Html Css Color HEX #031A76 Sapphire

📋 copy color: '#031A76'

red 3 ◦ green 26 ◦ blue 118

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

Shades of Sapphire #031A76

Tints of Sapphire #031A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

 BLUE value IS 118 (46.48% from 255) = 80.27%

R = 2.04%
G = 17.69%
B = 80.27%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031A76 (or 0x031A76) is known color: Sapphire. HEX triplet: 03, 1A and 76. RGB value is (3,26,118). Sum of RGB (Red+Green+Blue) = 3+26+118=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #031A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A76 is #FCE589. Grayscale: #1D1D1D. Windows color (decimal): -16573834 or 7739907. OLE color: 7739907.

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

Color convert

RGB 3 26 118 -
CMYK 0.97 0.78 0 0.54
HSL 228º 0.95% 0.24% -
HSV(B) 228º 0.97% 0.46% -
XYZ 3.68 2.07 17.34 -
YUV 29.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 3 26 118 0.97 0.78 0 0.54 228 0.95 0.24
Hex 3 1A 76 61 4E 0 36 E4 5F 18
Octal 3 32 166 141 116 0 66 344 137 30
Binary 11 11010 1110110 1100001 1001110 0 110110 11100100 1011111 11000

Color Harmonies of #031A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A76

Black with #031A76

Text Example


Text Example

White with #031A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,118); }

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

background-color css

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

 a { background-color: rgb(3,26,118); }

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

border-color css

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

 span { border-color: rgb(3,26,118); }

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