Html Css Color HEX #011F70 Sapphire

📋 copy color: '#011F70'

red 1 ◦ green 31 ◦ blue 112

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

Shades of Sapphire #011F70

Tints of Sapphire #011F70

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 0.69%
G = 21.53%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#011F70 (or 0x011F70) is known color: Sapphire. HEX triplet: 01, 1F and 70. RGB value is (1,31,112). Sum of RGB (Red+Green+Blue) = 1+31+112=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #011F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F70 is #FEE08F. Grayscale: #1E1E1E. Windows color (decimal): -16703632 or 7347969. OLE color: 7347969.

HSL color Cylindrical-coordinate representation of color #011F70: hue angle of 223.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F70 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 31 112 -
CMYK 0.99 0.72 0 0.56
HSL 223.78º 0.98% 0.22% -
HSV(B) 223.78º 0.99% 0.44% -
XYZ 3.43 2.16 15.56 -
YUV 31.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 1 31 112 0.99 0.72 0 0.56 223.78 0.98 0.22
Hex 1 1F 70 63 48 0 38 E0 62 16
Octal 1 37 160 143 110 0 70 340 142 26
Binary 1 11111 1110000 1100011 1001000 0 111000 11100000 1100010 10110

Color Harmonies of #011F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F70

Black with #011F70

Text Example


Text Example

White with #011F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011F70; }

 p { color: rgb(1,31,112); }

 H1.HeaderClassName
 {
   color: #011F70;
 }
 .AnyTagClassName
 {
   color: #011F70;
 }
</style>

background-color css

<style>
 a { background-color: #011F70; }

 a { background-color: rgb(1,31,112); }

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

border-color css

<style>
 span { border-color: #011F70; }

 span { border-color: rgb(1,31,112); }

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