#00108A

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

Shades of Dark Blue #00108A

Tints of Dark Blue #00108A

Color information

#00108A (or 0x00108A) is unknown color: approx Dark Blue. HEX triplet: 00, 10 and 8A. RGB value is (0,16,138). Sum of RGB (Red+Green+Blue) = 0+16+138=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #00108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108A is #FFEF75. Grayscale: #181818. Windows color (decimal): -16772982 or 9048064. OLE color: 9048064.

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

Color convert

RGB016138-
CMYK10.8800.46
HSL233.04º100%27.06%-
HSV(B)233.04º100%54.12%-
XYZ4.772.2124.22-
YUV25.12191.7110.08-

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.39%
BLUE value IS 138 (54.30% from 255) = 89.61%
R=0%
G=10.39%
B=89.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal01613810.8800.46233.0410027.06
Hex0108A645802Ee9641b
Octal02021214413005635114433
Binary0100001000101011001001011000010111011101001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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