#0c0cbb

Color #0C0CBB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C0CBB

Tints of Medium Blue #0C0CBB

Color information

#0C0CBB (or 0x0C0CBB) is unknown color: approx Medium Blue. HEX triplet: 0C, 0C and BB. RGB value is (12,12,187). Sum of RGB (Red+Green+Blue) = 12+12+187=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C0CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0CBB is #F3F344. Grayscale: #1F1F1F. Windows color (decimal): -15987525 or 12258316. OLE color: 12258316.

HSL color Cylindrical-coordinate representation of color #0C0CBB: hue angle of 240º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0CBB is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1212187-
CMYK0.940.9400.27
HSL240º87.94%39.02%-
HSV(B)240º93.58%73.33%-
XYZ9.253.9347.28-
YUV31.95215.5113.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 187 (73.44% from 255) = 88.63%
R=5.69%
G=5.69%
B=88.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12121870.940.9400.2724087.9439.02
HexCCBB5E5E01Bf05827
Octal141427313613603336013047
Binary110011001011101110111101011110011011111100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c0cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c0cbb; }

 p { color: rgb(12,12,187); }

 H1.HeaderClassName
 {
   color: #0c0cbb;
 }
 .AnyTagClassName
 {
   color: #0c0cbb;
 }
</style>
background-color css

<style>
 a { background-color: #0c0cbb; }

 a { background-color: rgb(12,12,187); }

 div.DivClassName
 {
   background-color: #0c0cbb;
 }
 .BgClassName
 {
   background-color: #0c0cbb;
 }
</style>
border-color css

<style>
 span { border-color: #0c0cbb; }

 span { border-color: rgb(12,12,187); }

 td.TdClassName
 {
   border-color: #0c0cbb;
 }
 .TagClassName
 {
   border-color: #0c0cbb;
 }
</style>