Html Css Color HEX #00108D Dark Blue

📋 copy color: '#00108D'

red 0 ◦ green 16 ◦ blue 141

#00108D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #00108D

Tints of Dark Blue #00108D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 141 (55.47% from 255) = 89.81%

R = 0%
G = 10.19%
B = 89.81%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00108D (or 0x00108D) is known color: Dark Blue. HEX triplet: 00, 10 and 8D. RGB value is (0,16,141). Sum of RGB (Red+Green+Blue) = 0+16+141=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #00108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108D is #FFEF72. Grayscale: #181818. Windows color (decimal): -16772979 or 9244672. OLE color: 9244672.

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

Color convert

RGB 0 16 141 -
CMYK 1 0.89 0 0.45
HSL 233.19º 1% 0.28% -
HSV(B) 233.19º 1% 0.55% -
XYZ 4.99 2.29 25.38 -
YUV 25.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 0 16 141 1 0.89 0 0.45 233.19 1 0.28
Hex 0 10 8D 64 59 0 2D E9 64 1C
Octal 0 20 215 144 131 0 55 351 144 34
Binary 0 10000 10001101 1100100 1011001 0 101101 11101001 1100100 11100

Color Harmonies of #00108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00108D

Black with #00108D

Text Example


Text Example

White with #00108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00108D;
 }
 .AnyTagClassName
 {
   color: #00108D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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