#010C89

Color #010C89 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #010C89

Tints of Dark Blue #010C89

Color information

#010C89 (or 0x010C89) is unknown color: approx Dark Blue. HEX triplet: 01, 0C and 89. RGB value is (1,12,137). Sum of RGB (Red+Green+Blue) = 1+12+137=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 137 (53.91% from 255 or 91.33% from 150); Max value from RGB is 137 - color contains mainly: blue. Hex color #010C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C89 is #FEF376. Grayscale: #161616. Windows color (decimal): -16708471 or 8981505. OLE color: 8981505.

HSL color Cylindrical-coordinate representation of color #010C89: hue angle of 235.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C89 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB112137-
CMYK0.990.9100.46
HSL235.15º98.55%27.06%-
HSV(B)235.15º99.27%53.73%-
XYZ4.662.0823.82-
YUV22.96192.36112.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 137 (53.91% from 255) = 91.33%
R=0.67%
G=8%
B=91.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121370.990.9100.46235.1598.5527.06
Hex1C89635B02Eeb631b
Octal11421114313305635314333
Binary111001000100111000111011011010111011101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C89; }

 p { color: rgb(1,12,137); }

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

<style>
 a { background-color: #010C89; }

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

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

<style>
 span { border-color: #010C89; }

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

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