Html Css Color HEX #03088E Dark Blue

📋 copy color: '#03088E'

red 3 ◦ green 8 ◦ blue 142

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

Shades of Dark Blue #03088E

Tints of Dark Blue #03088E

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03088E (or 0x03088E) is known color: Dark Blue. HEX triplet: 03, 08 and 8E. RGB value is (3,8,142). Sum of RGB (Red+Green+Blue) = 3+8+142=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 8 (3.52% from 255 or 5.23% 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 #03088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03088E is #FCF771. Grayscale: #151515. Windows color (decimal): -16578418 or 9308163. OLE color: 9308163.

HSL color Cylindrical-coordinate representation of color #03088E: hue angle of 237.84º 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 #03088E is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 8 142 -
CMYK 0.98 0.94 0 0.44
HSL 237.84º 0.96% 0.28% -
HSV(B) 237.84º 0.98% 0.56% -
XYZ 5.01 2.15 25.74 -
YUV 21.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 3 8 142 0.98 0.94 0 0.44 237.84 0.96 0.28
Hex 3 8 8E 62 5E 0 2C EE 60 1C
Octal 3 10 216 142 136 0 54 356 140 34
Binary 11 1000 10001110 1100010 1011110 0 101100 11101110 1100000 11100

Color Harmonies of #03088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03088E

Black with #03088E

Text Example


Text Example

White with #03088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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