Html Css Color HEX #031275 Navy

📋 copy color: '#031275'

red 3 ◦ green 18 ◦ blue 117

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

Shades of Navy #031275

Tints of Navy #031275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 2.17%
G = 13.04%
B = 84.78%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031275 (or 0x031275) is known color: Navy. HEX triplet: 03, 12 and 75. RGB value is (3,18,117). Sum of RGB (Red+Green+Blue) = 3+18+117=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #031275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031275 is #FCED8A. Grayscale: #181818. Windows color (decimal): -16575883 or 7672323. OLE color: 7672323.

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

Color convert

RGB 3 18 117 -
CMYK 0.97 0.85 0 0.54
HSL 232.11º 0.95% 0.24% -
HSV(B) 232.11º 0.97% 0.46% -
XYZ 3.46 1.74 16.98 -
YUV 24.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 3 18 117 0.97 0.85 0 0.54 232.11 0.95 0.24
Hex 3 12 75 61 55 0 36 E8 5F 18
Octal 3 22 165 141 125 0 66 350 137 30
Binary 11 10010 1110101 1100001 1010101 0 110110 11101000 1011111 11000

Color Harmonies of #031275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031275

Black with #031275

Text Example


Text Example

White with #031275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031275; }

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

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

background-color css

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

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

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

border-color css

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

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

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