Html Css Color HEX #03177D Navy

📋 copy color: '#03177D'

red 3 ◦ green 23 ◦ blue 125

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

Shades of Navy #03177D

Tints of Navy #03177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

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

R = 1.99%
G = 15.23%
B = 82.78%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03177D (or 0x03177D) is known color: Navy. HEX triplet: 03, 17 and 7D. RGB value is (3,23,125). Sum of RGB (Red+Green+Blue) = 3+23+125=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #03177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03177D is #FCE882. Grayscale: #1C1C1C. Windows color (decimal): -16574595 or 8197891. OLE color: 8197891.

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

Color convert

RGB 3 23 125 -
CMYK 0.98 0.82 0 0.51
HSL 230.16º 0.95% 0.25% -
HSV(B) 230.16º 0.98% 0.49% -
XYZ 4.05 2.11 19.6 -
YUV 28.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 3 23 125 0.98 0.82 0 0.51 230.16 0.95 0.25
Hex 3 17 7D 62 52 0 33 E6 5F 19
Octal 3 27 175 142 122 0 63 346 137 31
Binary 11 10111 1111101 1100010 1010010 0 110011 11100110 1011111 11001

Color Harmonies of #03177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03177D

Black with #03177D

Text Example


Text Example

White with #03177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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