Html Css Color HEX #031A70 Sapphire

📋 copy color: '#031A70'

red 3 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #031A70

Tints of Sapphire #031A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 2.13%
G = 18.44%
B = 79.43%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031A70 (or 0x031A70) is known color: Sapphire. HEX triplet: 03, 1A and 70. RGB value is (3,26,112). Sum of RGB (Red+Green+Blue) = 3+26+112=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #031A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A70 is #FCE58F. Grayscale: #1C1C1C. Windows color (decimal): -16573840 or 7346691. OLE color: 7346691.

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

Color convert

RGB 3 26 112 -
CMYK 0.97 0.77 0 0.56
HSL 227.34º 0.95% 0.23% -
HSV(B) 227.34º 0.97% 0.44% -
XYZ 3.33 1.93 15.53 -
YUV 28.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 3 26 112 0.97 0.77 0 0.56 227.34 0.95 0.23
Hex 3 1A 70 61 4D 0 38 E3 5F 17
Octal 3 32 160 141 115 0 70 343 137 27
Binary 11 11010 1110000 1100001 1001101 0 111000 11100011 1011111 10111

Color Harmonies of #031A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A70

Black with #031A70

Text Example


Text Example

White with #031A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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