Html Css Color HEX #031C71 Sapphire

📋 copy color: '#031C71'

red 3 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #031C71

Tints of Sapphire #031C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 78.47%

R = 2.08%
G = 19.44%
B = 78.47%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031C71 (or 0x031C71) is known color: Sapphire. HEX triplet: 03, 1C and 71. RGB value is (3,28,113). Sum of RGB (Red+Green+Blue) = 3+28+113=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 113 (44.53% from 255 or 78.47% from 144); Max value from RGB is 113 - color contains mainly: blue. Hex color #031C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C71 is #FCE38E. Grayscale: #1D1D1D. Windows color (decimal): -16573327 or 7412739. OLE color: 7412739.

HSL color Cylindrical-coordinate representation of color #031C71: hue angle of 226.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C71 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 28 113 -
CMYK 0.97 0.75 0 0.56
HSL 226.36º 0.95% 0.23% -
HSV(B) 226.36º 0.97% 0.44% -
XYZ 3.43 2.04 15.84 -
YUV 30.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 3 28 113 0.97 0.75 0 0.56 226.36 0.95 0.23
Hex 3 1C 71 61 4B 0 38 E2 5F 17
Octal 3 34 161 141 113 0 70 342 137 27
Binary 11 11100 1110001 1100001 1001011 0 111000 11100010 1011111 10111

Color Harmonies of #031C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C71

Black with #031C71

Text Example


Text Example

White with #031C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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