Html Css Color HEX #031075 Navy

📋 copy color: '#031075'

red 3 ◦ green 16 ◦ blue 117

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

Shades of Navy #031075

Tints of Navy #031075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 2.21%
G = 11.76%
B = 86.03%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031075 (or 0x031075) is known color: Navy. HEX triplet: 03, 10 and 75. RGB value is (3,16,117). Sum of RGB (Red+Green+Blue) = 3+16+117=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #031075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031075 is #FCEF8A. Grayscale: #171717. Windows color (decimal): -16576395 or 7671811. OLE color: 7671811.

HSL color Cylindrical-coordinate representation of color #031075: hue angle of 233.16º 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 #031075 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 16 117 -
CMYK 0.97 0.86 0 0.54
HSL 233.16º 0.95% 0.24% -
HSV(B) 233.16º 0.97% 0.46% -
XYZ 3.43 1.67 16.97 -
YUV 23.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 3 16 117 0.97 0.86 0 0.54 233.16 0.95 0.24
Hex 3 10 75 61 56 0 36 E9 5F 18
Octal 3 20 165 141 126 0 66 351 137 30
Binary 11 10000 1110101 1100001 1010110 0 110110 11101001 1011111 11000

Color Harmonies of #031075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031075

Black with #031075

Text Example


Text Example

White with #031075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031075; }

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

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

background-color css

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

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

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

border-color css

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

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

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