Html Css Color HEX #011864 Sapphire

📋 copy color: '#011864'

red 1 ◦ green 24 ◦ blue 100

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

Shades of Sapphire #011864

Tints of Sapphire #011864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

 BLUE value IS 100 (39.45% from 255) = 80%

R = 0.8%
G = 19.2%
B = 80%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#011864 (or 0x011864) is known color: Sapphire. HEX triplet: 01, 18 and 64. RGB value is (1,24,100). Sum of RGB (Red+Green+Blue) = 1+24+100=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #011864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011864 is #FEE79B. Grayscale: #191919. Windows color (decimal): -16705436 or 6559745. OLE color: 6559745.

HSL color Cylindrical-coordinate representation of color #011864: hue angle of 226.06º 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 #011864 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 24 100 -
CMYK 0.99 0.76 0 0.61
HSL 226.06º 0.98% 0.2% -
HSV(B) 226.06º 0.99% 0.39% -
XYZ 2.64 1.58 12.22 -
YUV 25.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 1 24 100 0.99 0.76 0 0.61 226.06 0.98 0.2
Hex 1 18 64 63 4C 0 3D E2 62 14
Octal 1 30 144 143 114 0 75 342 142 24
Binary 1 11000 1100100 1100011 1001100 0 111101 11100010 1100010 10100

Color Harmonies of #011864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011864

Black with #011864

Text Example


Text Example

White with #011864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011864; }

 p { color: rgb(1,24,100); }

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

background-color css

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

 a { background-color: rgb(1,24,100); }

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

border-color css

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

 span { border-color: rgb(1,24,100); }

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