Html Css Color HEX #031274 Navy

📋 copy color: '#031274'

red 3 ◦ green 18 ◦ blue 116

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

Shades of Navy #031274

Tints of Navy #031274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 84.67%

R = 2.19%
G = 13.14%
B = 84.67%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031274 (or 0x031274) is known color: Navy. HEX triplet: 03, 12 and 74. RGB value is (3,18,116). Sum of RGB (Red+Green+Blue) = 3+18+116=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #031274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031274 is #FCED8B. Grayscale: #181818. Windows color (decimal): -16575884 or 7606787. OLE color: 7606787.

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

Color convert

RGB 3 18 116 -
CMYK 0.97 0.84 0 0.55
HSL 232.04º 0.95% 0.23% -
HSV(B) 232.04º 0.97% 0.45% -
XYZ 3.41 1.71 16.67 -
YUV 24.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 3 18 116 0.97 0.84 0 0.55 232.04 0.95 0.23
Hex 3 12 74 61 54 0 37 E8 5F 17
Octal 3 22 164 141 124 0 67 350 137 27
Binary 11 10010 1110100 1100001 1010100 0 110111 11101000 1011111 10111

Color Harmonies of #031274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031274

Black with #031274

Text Example


Text Example

White with #031274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031274; }

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

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

background-color css

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

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

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

border-color css

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

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

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