#000CBB

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

Shades of Medium Blue #000CBB

Tints of Medium Blue #000CBB

Color information

#000CBB (or 0x000CBB) is unknown color: approx Medium Blue. HEX triplet: 00, 0C and BB. RGB value is (0,12,187). Sum of RGB (Red+Green+Blue) = 0+12+187=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 187 (73.44% from 255 or 93.97% from 199); Max value from RGB is 187 - color contains mainly: blue. Hex color #000CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000CBB is #FFF344. Grayscale: #1B1B1B. Windows color (decimal): -16773957 or 12258304. OLE color: 12258304.

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

Color convert

RGB012187-
CMYK10.9400.27
HSL236.15º100%36.67%-
HSV(B)236.15º100%73.33%-
XYZ9.13.8547.28-
YUV28.36217.52107.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 187 (73.44% from 255) = 93.97%
R=0%
G=6.03%
B=93.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal01218710.9400.27236.1510036.67
Hex0CBB645E01Bec6425
Octal01427314413603335414445
Binary011001011101111001001011110011011111011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000CBB; }

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

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

<style>
 a { background-color: #000CBB; }

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

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

<style>
 span { border-color: #000CBB; }

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

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