Html Css Color HEX #011F63 Sapphire

📋 copy color: '#011F63'

red 1 ◦ green 31 ◦ blue 99

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

Shades of Sapphire #011F63

Tints of Sapphire #011F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 75.57%

R = 0.76%
G = 23.66%
B = 75.57%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011F63 (or 0x011F63) is known color: Sapphire. HEX triplet: 01, 1F and 63. RGB value is (1,31,99). Sum of RGB (Red+Green+Blue) = 1+31+99=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #011F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F63 is #FEE09C. Grayscale: #1D1D1D. Windows color (decimal): -16703645 or 6496001. OLE color: 6496001.

HSL color Cylindrical-coordinate representation of color #011F63: hue angle of 221.63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F63 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 31 99 -
CMYK 0.99 0.69 0 0.61
HSL 221.63º 0.98% 0.2% -
HSV(B) 221.63º 0.99% 0.39% -
XYZ 2.75 1.89 12.02 -
YUV 29.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 1 31 99 0.99 0.69 0 0.61 221.63 0.98 0.2
Hex 1 1F 63 63 45 0 3D DE 62 14
Octal 1 37 143 143 105 0 75 336 142 24
Binary 1 11111 1100011 1100011 1000101 0 111101 11011110 1100010 10100

Color Harmonies of #011F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F63

Black with #011F63

Text Example


Text Example

White with #011F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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