Html Css Color HEX #03086D Navy

📋 copy color: '#03086D'

red 3 ◦ green 8 ◦ blue 109

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

Shades of Navy #03086D

Tints of Navy #03086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 90.83%

R = 2.5%
G = 6.67%
B = 90.83%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03086D (or 0x03086D) is known color: Navy. HEX triplet: 03, 08 and 6D. RGB value is (3,8,109). Sum of RGB (Red+Green+Blue) = 3+8+109=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #03086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086D is #FCF792. Grayscale: #111111. Windows color (decimal): -16578451 or 7145475. OLE color: 7145475.

HSL color Cylindrical-coordinate representation of color #03086D: hue angle of 237.17º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03086D is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 8 109 -
CMYK 0.97 0.93 0 0.57
HSL 237.17º 0.95% 0.22% -
HSV(B) 237.17º 0.97% 0.43% -
XYZ 2.88 1.3 14.57 -
YUV 18.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 3 8 109 0.97 0.93 0 0.57 237.17 0.95 0.22
Hex 3 8 6D 61 5D 0 39 ED 5F 16
Octal 3 10 155 141 135 0 71 355 137 26
Binary 11 1000 1101101 1100001 1011101 0 111001 11101101 1011111 10110

Color Harmonies of #03086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03086D

Black with #03086D

Text Example


Text Example

White with #03086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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