Html Css Color HEX #03006A Navy

📋 copy color: '#03006A'

red 3 ◦ green 0 ◦ blue 106

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

Shades of Navy #03006A

Tints of Navy #03006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 97.25%

R = 2.75%
G = 0%
B = 97.25%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03006A (or 0x03006A) is known color: Navy. HEX triplet: 03, 00 and 6A. RGB value is (3,0,106). Sum of RGB (Red+Green+Blue) = 3+0+106=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 106 (41.80% from 255 or 97.25% from 109); Max value from RGB is 106 - color contains mainly: blue. Hex color #03006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006A is #FCFF95. Grayscale: #0C0C0C. Windows color (decimal): -16580502 or 6946819. OLE color: 6946819.

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

Color convert

RGB 3 0 106 -
CMYK 0.97 1 0 0.58
HSL 241.7º 1% 0.21% -
HSV(B) 241.7º 1% 0.42% -
XYZ 2.64 1.06 13.7 -
YUV 12.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 3 0 106 0.97 1 0 0.58 241.7 1 0.21
Hex 3 0 6A 61 64 0 3A F2 64 15
Octal 3 0 152 141 144 0 72 362 144 25
Binary 11 0 1101010 1100001 1100100 0 111010 11110010 1100100 10101

Color Harmonies of #03006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03006A

Black with #03006A

Text Example


Text Example

White with #03006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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