Html Css Color HEX #031C79 Sapphire

📋 copy color: '#031C79'

red 3 ◦ green 28 ◦ blue 121

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

Shades of Sapphire #031C79

Tints of Sapphire #031C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 121 (47.66% from 255) = 79.61%

R = 1.97%
G = 18.42%
B = 79.61%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031C79 (or 0x031C79) is known color: Sapphire. HEX triplet: 03, 1C and 79. RGB value is (3,28,121). Sum of RGB (Red+Green+Blue) = 3+28+121=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #031C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C79 is #FCE386. Grayscale: #1E1E1E. Windows color (decimal): -16573319 or 7937027. OLE color: 7937027.

HSL color Cylindrical-coordinate representation of color #031C79: hue angle of 227.29º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C79 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 28 121 -
CMYK 0.98 0.77 0 0.53
HSL 227.29º 0.95% 0.24% -
HSV(B) 227.29º 0.98% 0.47% -
XYZ 3.9 2.23 18.31 -
YUV 31.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 3 28 121 0.98 0.77 0 0.53 227.29 0.95 0.24
Hex 3 1C 79 62 4D 0 35 E3 5F 18
Octal 3 34 171 142 115 0 65 343 137 30
Binary 11 11100 1111001 1100010 1001101 0 110101 11100011 1011111 11000

Color Harmonies of #031C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C79

Black with #031C79

Text Example


Text Example

White with #031C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C79; }

 p { color: rgb(3,28,121); }

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

background-color css

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

 a { background-color: rgb(3,28,121); }

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

border-color css

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

 span { border-color: rgb(3,28,121); }

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