#00108C

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

Shades of Dark Blue #00108C

Tints of Dark Blue #00108C

Color information

#00108C (or 0x00108C) is unknown color: approx Dark Blue. HEX triplet: 00, 10 and 8C. RGB value is (0,16,140). Sum of RGB (Red+Green+Blue) = 0+16+140=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #00108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108C is #FFEF73. Grayscale: #181818. Windows color (decimal): -16772980 or 9179136. OLE color: 9179136.

HSL color Cylindrical-coordinate representation of color #00108C: hue angle of 233.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00108C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB016140-
CMYK10.8900.45
HSL233.14º100%27.45%-
HSV(B)233.14º100%54.9%-
XYZ4.922.2624.99-
YUV25.35192.7109.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 140 (55.08% from 255) = 89.74%
R=0%
G=10.26%
B=89.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01614010.8900.45233.1410027.45
Hex0108C645902De9641b
Octal02021414413105535114433
Binary0100001000110011001001011001010110111101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00108C; }

 p { color: rgb(0,16,140); }

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

<style>
 a { background-color: #00108C; }

 a { background-color: rgb(0,16,140); }

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

<style>
 span { border-color: #00108C; }

 span { border-color: rgb(0,16,140); }

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