Html Css Color HEX #03077D Navy

📋 copy color: '#03077D'

red 3 ◦ green 7 ◦ blue 125

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

Shades of Navy #03077D

Tints of Navy #03077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.19%

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

R = 2.22%
G = 5.19%
B = 92.59%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03077D (or 0x03077D) is known color: Navy. HEX triplet: 03, 07 and 7D. RGB value is (3,7,125). Sum of RGB (Red+Green+Blue) = 3+7+125=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 125 (49.22% from 255 or 92.59% from 135); Max value from RGB is 125 - color contains mainly: blue. Hex color #03077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03077D is #FCF882. Grayscale: #121212. Windows color (decimal): -16578691 or 8193795. OLE color: 8193795.

HSL color Cylindrical-coordinate representation of color #03077D: hue angle of 238.03º 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 #03077D is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 7 125 -
CMYK 0.98 0.94 0 0.51
HSL 238.03º 0.95% 0.25% -
HSV(B) 238.03º 0.98% 0.49% -
XYZ 3.82 1.65 19.52 -
YUV 19.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 3 7 125 0.98 0.94 0 0.51 238.03 0.95 0.25
Hex 3 7 7D 62 5E 0 33 EE 5F 19
Octal 3 7 175 142 136 0 63 356 137 31
Binary 11 111 1111101 1100010 1011110 0 110011 11101110 1011111 11001

Color Harmonies of #03077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03077D

Black with #03077D

Text Example


Text Example

White with #03077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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