Html Css Color HEX #03067D Navy

📋 copy color: '#03067D'

red 3 ◦ green 6 ◦ blue 125

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

Shades of Navy #03067D

Tints of Navy #03067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 93.28%

R = 2.24%
G = 4.48%
B = 93.28%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03067D (or 0x03067D) is known color: Navy. HEX triplet: 03, 06 and 7D. RGB value is (3,6,125). Sum of RGB (Red+Green+Blue) = 3+6+125=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 125 (49.22% from 255 or 93.28% from 134); Max value from RGB is 125 - color contains mainly: blue. Hex color #03067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03067D is #FCF982. Grayscale: #121212. Windows color (decimal): -16578947 or 8193539. OLE color: 8193539.

HSL color Cylindrical-coordinate representation of color #03067D: hue angle of 238.52º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03067D is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 6 125 -
CMYK 0.98 0.95 0 0.51
HSL 238.52º 0.95% 0.25% -
HSV(B) 238.52º 0.98% 0.49% -
XYZ 3.8 1.63 19.52 -
YUV 18.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 3 6 125 0.98 0.95 0 0.51 238.52 0.95 0.25
Hex 3 6 7D 62 5F 0 33 EF 5F 19
Octal 3 6 175 142 137 0 63 357 137 31
Binary 11 110 1111101 1100010 1011111 0 110011 11101111 1011111 11001

Color Harmonies of #03067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03067D

Black with #03067D

Text Example


Text Example

White with #03067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03067D; }

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

 H1.HeaderClassName
 {
   color: #03067D;
 }
 .AnyTagClassName
 {
   color: #03067D;
 }
</style>

background-color css

<style>
 a { background-color: #03067D; }

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

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

border-color css

<style>
 span { border-color: #03067D; }

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

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