Html Css Color HEX #03006F Navy

📋 copy color: '#03006F'

red 3 ◦ green 0 ◦ blue 111

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

Shades of Navy #03006F

Tints of Navy #03006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 97.37%

R = 2.63%
G = 0%
B = 97.37%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03006F (or 0x03006F) is known color: Navy. HEX triplet: 03, 00 and 6F. RGB value is (3,0,111). Sum of RGB (Red+Green+Blue) = 3+0+111=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 111 (43.75% from 255 or 97.37% from 114); Max value from RGB is 111 - color contains mainly: blue. Hex color #03006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006F is #FCFF90. Grayscale: #0D0D0D. Windows color (decimal): -16580497 or 7274499. OLE color: 7274499.

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

Color convert

RGB 3 0 111 -
CMYK 0.97 1 0 0.56
HSL 241.62º 1% 0.22% -
HSV(B) 241.62º 1% 0.44% -
XYZ 2.91 1.17 15.11 -
YUV 13.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 3 0 111 0.97 1 0 0.56 241.62 1 0.22
Hex 3 0 6F 61 64 0 38 F2 64 16
Octal 3 0 157 141 144 0 70 362 144 26
Binary 11 0 1101111 1100001 1100100 0 111000 11110010 1100100 10110

Color Harmonies of #03006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03006F

Black with #03006F

Text Example


Text Example

White with #03006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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