Html Css Color HEX #011F5C Sapphire

📋 copy color: '#011F5C'

red 1 ◦ green 31 ◦ blue 92

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

Shades of Sapphire #011F5C

Tints of Sapphire #011F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 74.19%

R = 0.81%
G = 25%
B = 74.19%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#011F5C (or 0x011F5C) is known color: Sapphire. HEX triplet: 01, 1F and 5C. RGB value is (1,31,92). Sum of RGB (Red+Green+Blue) = 1+31+92=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #011F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F5C is #FEE0A3. Grayscale: #1C1C1C. Windows color (decimal): -16703652 or 6037249. OLE color: 6037249.

HSL color Cylindrical-coordinate representation of color #011F5C: hue angle of 220.22º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F5C is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 31 92 -
CMYK 0.99 0.66 0 0.64
HSL 220.22º 0.98% 0.18% -
HSV(B) 220.22º 0.99% 0.36% -
XYZ 2.43 1.76 10.34 -
YUV 28.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 1 31 92 0.99 0.66 0 0.64 220.22 0.98 0.18
Hex 1 1F 5C 63 42 0 40 DC 62 12
Octal 1 37 134 143 102 0 100 334 142 22
Binary 1 11111 1011100 1100011 1000010 0 1000000 11011100 1100010 10010

Color Harmonies of #011F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F5C

Black with #011F5C

Text Example


Text Example

White with #011F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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