Html Css Color HEX #031375 Navy

📋 copy color: '#031375'

red 3 ◦ green 19 ◦ blue 117

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

Shades of Navy #031375

Tints of Navy #031375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 2.16%
G = 13.67%
B = 84.17%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031375 (or 0x031375) is known color: Navy. HEX triplet: 03, 13 and 75. RGB value is (3,19,117). Sum of RGB (Red+Green+Blue) = 3+19+117=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #031375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031375 is #FCEC8A. Grayscale: #181818. Windows color (decimal): -16575627 or 7672579. OLE color: 7672579.

HSL color Cylindrical-coordinate representation of color #031375: hue angle of 231.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031375 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 19 117 -
CMYK 0.97 0.84 0 0.54
HSL 231.58º 0.95% 0.24% -
HSV(B) 231.58º 0.97% 0.46% -
XYZ 3.48 1.77 16.99 -
YUV 25.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 3 19 117 0.97 0.84 0 0.54 231.58 0.95 0.24
Hex 3 13 75 61 54 0 36 E8 5F 18
Octal 3 23 165 141 124 0 66 350 137 30
Binary 11 10011 1110101 1100001 1010100 0 110110 11101000 1011111 11000

Color Harmonies of #031375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031375

Black with #031375

Text Example


Text Example

White with #031375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031375; }

 p { color: rgb(3,19,117); }

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

background-color css

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

 a { background-color: rgb(3,19,117); }

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

border-color css

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

 span { border-color: rgb(3,19,117); }

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