Html Css Color HEX #03086C Navy

📋 copy color: '#03086C'

red 3 ◦ green 8 ◦ blue 108

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

Shades of Navy #03086C

Tints of Navy #03086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 90.76%

R = 2.52%
G = 6.72%
B = 90.76%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03086C (or 0x03086C) is known color: Navy. HEX triplet: 03, 08 and 6C. RGB value is (3,8,108). Sum of RGB (Red+Green+Blue) = 3+8+108=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 108 (42.58% from 255 or 90.76% from 119); Max value from RGB is 108 - color contains mainly: blue. Hex color #03086C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086C is #FCF793. Grayscale: #111111. Windows color (decimal): -16578452 or 7079939. OLE color: 7079939.

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

Color convert

RGB 3 8 108 -
CMYK 0.97 0.93 0 0.58
HSL 237.14º 0.95% 0.22% -
HSV(B) 237.14º 0.97% 0.42% -
XYZ 2.83 1.28 14.28 -
YUV 17.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 3 8 108 0.97 0.93 0 0.58 237.14 0.95 0.22
Hex 3 8 6C 61 5D 0 3A ED 5F 16
Octal 3 10 154 141 135 0 72 355 137 26
Binary 11 1000 1101100 1100001 1011101 0 111010 11101101 1011111 10110

Color Harmonies of #03086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03086C

Black with #03086C

Text Example


Text Example

White with #03086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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