Html Css Color HEX #08038E Dark Blue

📋 copy color: '#08038E'

red 8 ◦ green 3 ◦ blue 142

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

Shades of Dark Blue #08038E

Tints of Dark Blue #08038E

RGB

 RED value IS 8 (3.52% from 255) = 5.23%

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 142 (55.86% from 255) = 92.81%

R = 5.23%
G = 1.96%
B = 92.81%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08038E (or 0x08038E) is known color: Dark Blue. HEX triplet: 08, 03 and 8E. RGB value is (8,3,142). Sum of RGB (Red+Green+Blue) = 8+3+142=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 142 (55.86% from 255 or 92.81% from 153); Max value from RGB is 142 - color contains mainly: blue. Hex color #08038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08038E is #F7FC71. Grayscale: #131313. Windows color (decimal): -16252018 or 9306888. OLE color: 9306888.

HSL color Cylindrical-coordinate representation of color #08038E: hue angle of 242.16º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08038E is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 3 142 -
CMYK 0.94 0.98 0 0.44
HSL 242.16º 0.96% 0.28% -
HSV(B) 242.16º 0.98% 0.56% -
XYZ 5.02 2.07 25.73 -
YUV 20.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 8 3 142 0.94 0.98 0 0.44 242.16 0.96 0.28
Hex 8 3 8E 5E 62 0 2C F2 60 1C
Octal 10 3 216 136 142 0 54 362 140 34
Binary 1000 11 10001110 1011110 1100010 0 101100 11110010 1100000 11100

Color Harmonies of #08038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08038E

Black with #08038E

Text Example


Text Example

White with #08038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08038E; }

 p { color: rgb(8,3,142); }

 H1.HeaderClassName
 {
   color: #08038E;
 }
 .AnyTagClassName
 {
   color: #08038E;
 }
</style>

background-color css

<style>
 a { background-color: #08038E; }

 a { background-color: rgb(8,3,142); }

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

border-color css

<style>
 span { border-color: #08038E; }

 span { border-color: rgb(8,3,142); }

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