Html Css Color HEX #03086B Navy

📋 copy color: '#03086B'

red 3 ◦ green 8 ◦ blue 107

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

Shades of Navy #03086B

Tints of Navy #03086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 90.68%

R = 2.54%
G = 6.78%
B = 90.68%

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

#03086B (or 0x03086B) is known color: Navy. HEX triplet: 03, 08 and 6B. RGB value is (3,8,107). Sum of RGB (Red+Green+Blue) = 3+8+107=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 107 (42.19% from 255 or 90.68% from 118); Max value from RGB is 107 - color contains mainly: blue. Hex color #03086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086B is #FCF794. Grayscale: #111111. Windows color (decimal): -16578453 or 7014403. OLE color: 7014403.

HSL color Cylindrical-coordinate representation of color #03086B: hue angle of 237.12º 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 #03086B is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 8 107 -
CMYK 0.97 0.93 0 0.58
HSL 237.12º 0.95% 0.22% -
HSV(B) 237.12º 0.97% 0.42% -
XYZ 2.78 1.25 14.01 -
YUV 17.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 3 8 107 0.97 0.93 0 0.58 237.12 0.95 0.22
Hex 3 8 6B 61 5D 0 3A ED 5F 16
Octal 3 10 153 141 135 0 72 355 137 26
Binary 11 1000 1101011 1100001 1011101 0 111010 11101101 1011111 10110

Color Harmonies of #03086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03086B

Black with #03086B

Text Example


Text Example

White with #03086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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