Html Css Color HEX #031B70 Sapphire

📋 copy color: '#031B70'

red 3 ◦ green 27 ◦ blue 112

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

Shades of Sapphire #031B70

Tints of Sapphire #031B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 2.11%
G = 19.01%
B = 78.87%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031B70 (or 0x031B70) is known color: Sapphire. HEX triplet: 03, 1B and 70. RGB value is (3,27,112). Sum of RGB (Red+Green+Blue) = 3+27+112=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #031B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B70 is #FCE48F. Grayscale: #1D1D1D. Windows color (decimal): -16573584 or 7346947. OLE color: 7346947.

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

Color convert

RGB 3 27 112 -
CMYK 0.97 0.76 0 0.56
HSL 226.79º 0.95% 0.23% -
HSV(B) 226.79º 0.97% 0.44% -
XYZ 3.35 1.97 15.53 -
YUV 29.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 3 27 112 0.97 0.76 0 0.56 226.79 0.95 0.23
Hex 3 1B 70 61 4C 0 38 E3 5F 17
Octal 3 33 160 141 114 0 70 343 137 27
Binary 11 11011 1110000 1100001 1001100 0 111000 11100011 1011111 10111

Color Harmonies of #031B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B70

Black with #031B70

Text Example


Text Example

White with #031B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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