Html Css Color HEX #03066E Navy

📋 copy color: '#03066E'

red 3 ◦ green 6 ◦ blue 110

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

Shades of Navy #03066E

Tints of Navy #03066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

 BLUE value IS 110 (43.36% from 255) = 92.44%

R = 2.52%
G = 5.04%
B = 92.44%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03066E (or 0x03066E) is known color: Navy. HEX triplet: 03, 06 and 6E. RGB value is (3,6,110). Sum of RGB (Red+Green+Blue) = 3+6+110=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #03066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03066E is #FCF991. Grayscale: #101010. Windows color (decimal): -16578962 or 7210499. OLE color: 7210499.

HSL color Cylindrical-coordinate representation of color #03066E: hue angle of 238.32º 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 #03066E is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 6 110 -
CMYK 0.97 0.95 0 0.57
HSL 238.32º 0.95% 0.22% -
HSV(B) 238.32º 0.97% 0.43% -
XYZ 2.92 1.28 14.84 -
YUV 16.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 3 6 110 0.97 0.95 0 0.57 238.32 0.95 0.22
Hex 3 6 6E 61 5F 0 39 EE 5F 16
Octal 3 6 156 141 137 0 71 356 137 26
Binary 11 110 1101110 1100001 1011111 0 111001 11101110 1011111 10110

Color Harmonies of #03066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03066E

Black with #03066E

Text Example


Text Example

White with #03066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,6,110); }

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

background-color css

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

 a { background-color: rgb(3,6,110); }

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

border-color css

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

 span { border-color: rgb(3,6,110); }

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