Html Css Color HEX #011862 Sapphire

📋 copy color: '#011862'

red 1 ◦ green 24 ◦ blue 98

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

Shades of Sapphire #011862

Tints of Sapphire #011862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 79.67%

R = 0.81%
G = 19.51%
B = 79.67%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011862 (or 0x011862) is known color: Sapphire. HEX triplet: 01, 18 and 62. RGB value is (1,24,98). Sum of RGB (Red+Green+Blue) = 1+24+98=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #011862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011862 is #FEE79D. Grayscale: #191919. Windows color (decimal): -16705438 or 6428673. OLE color: 6428673.

HSL color Cylindrical-coordinate representation of color #011862: hue angle of 225.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011862 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 24 98 -
CMYK 0.99 0.76 0 0.62
HSL 225.77º 0.98% 0.19% -
HSV(B) 225.77º 0.99% 0.38% -
XYZ 2.54 1.54 11.72 -
YUV 25.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 1 24 98 0.99 0.76 0 0.62 225.77 0.98 0.19
Hex 1 18 62 63 4C 0 3E E2 62 13
Octal 1 30 142 143 114 0 76 342 142 23
Binary 1 11000 1100010 1100011 1001100 0 111110 11100010 1100010 10011

Color Harmonies of #011862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011862

Black with #011862

Text Example


Text Example

White with #011862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011862; }

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

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

background-color css

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

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

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

border-color css

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

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

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