Html Css Color HEX #011863 Sapphire

📋 copy color: '#011863'

red 1 ◦ green 24 ◦ blue 99

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

Shades of Sapphire #011863

Tints of Sapphire #011863

RGB

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

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

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

R = 0.81%
G = 19.35%
B = 79.84%

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

#011863 (or 0x011863) is known color: Sapphire. HEX triplet: 01, 18 and 63. RGB value is (1,24,99). Sum of RGB (Red+Green+Blue) = 1+24+99=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #011863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011863 is #FEE79C. Grayscale: #191919. Windows color (decimal): -16705437 or 6494209. OLE color: 6494209.

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

Color convert

RGB 1 24 99 -
CMYK 0.99 0.76 0 0.61
HSL 225.92º 0.98% 0.2% -
HSV(B) 225.92º 0.99% 0.39% -
XYZ 2.59 1.56 11.97 -
YUV 25.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 1 24 99 0.99 0.76 0 0.61 225.92 0.98 0.2
Hex 1 18 63 63 4C 0 3D E2 62 14
Octal 1 30 143 143 114 0 75 342 142 24
Binary 1 11000 1100011 1100011 1001100 0 111101 11100010 1100010 10100

Color Harmonies of #011863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011863

Black with #011863

Text Example


Text Example

White with #011863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011863; }

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

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

background-color css

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

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

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

border-color css

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

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

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