Html Css Color HEX #031A74 Sapphire

📋 copy color: '#031A74'

red 3 ◦ green 26 ◦ blue 116

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

Shades of Sapphire #031A74

Tints of Sapphire #031A74

RGB

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

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

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

R = 2.07%
G = 17.93%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031A74 (or 0x031A74) is known color: Sapphire. HEX triplet: 03, 1A and 74. RGB value is (3,26,116). Sum of RGB (Red+Green+Blue) = 3+26+116=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #031A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A74 is #FCE58B. Grayscale: #1D1D1D. Windows color (decimal): -16573836 or 7608835. OLE color: 7608835.

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

Color convert

RGB 3 26 116 -
CMYK 0.97 0.78 0 0.55
HSL 227.79º 0.95% 0.23% -
HSV(B) 227.79º 0.97% 0.45% -
XYZ 3.56 2.02 16.73 -
YUV 29.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 3 26 116 0.97 0.78 0 0.55 227.79 0.95 0.23
Hex 3 1A 74 61 4E 0 37 E4 5F 17
Octal 3 32 164 141 116 0 67 344 137 27
Binary 11 11010 1110100 1100001 1001110 0 110111 11100100 1011111 10111

Color Harmonies of #031A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A74

Black with #031A74

Text Example


Text Example

White with #031A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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