Html Css Color HEX #03006E Navy

📋 copy color: '#03006E'

red 3 ◦ green 0 ◦ blue 110

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

Shades of Navy #03006E

Tints of Navy #03006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 2.65%
G = 0%
B = 97.35%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#03006E (or 0x03006E) is known color: Navy. HEX triplet: 03, 00 and 6E. RGB value is (3,0,110). Sum of RGB (Red+Green+Blue) = 3+0+110=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 110 (43.36% from 255 or 97.35% from 113); Max value from RGB is 110 - color contains mainly: blue. Hex color #03006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006E is #FCFF91. Grayscale: #0D0D0D. Windows color (decimal): -16580498 or 7208963. OLE color: 7208963.

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

Color convert

RGB 3 0 110 -
CMYK 0.97 1 0 0.57
HSL 241.64º 1% 0.22% -
HSV(B) 241.64º 1% 0.43% -
XYZ 2.85 1.15 14.82 -
YUV 13.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 3 0 110 0.97 1 0 0.57 241.64 1 0.22
Hex 3 0 6E 61 64 0 39 F2 64 16
Octal 3 0 156 141 144 0 71 362 144 26
Binary 11 0 1101110 1100001 1100100 0 111001 11110010 1100100 10110

Color Harmonies of #03006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03006E

Black with #03006E

Text Example


Text Example

White with #03006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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