Html Css Color HEX #011851 Sapphire

📋 copy color: '#011851'

red 1 ◦ green 24 ◦ blue 81

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

Shades of Sapphire #011851

Tints of Sapphire #011851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 76.42%

R = 0.94%
G = 22.64%
B = 76.42%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011851 (or 0x011851) is known color: Sapphire. HEX triplet: 01, 18 and 51. RGB value is (1,24,81). Sum of RGB (Red+Green+Blue) = 1+24+81=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #011851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011851 is #FEE7AE. Grayscale: #171717. Windows color (decimal): -16705455 or 5314561. OLE color: 5314561.

HSL color Cylindrical-coordinate representation of color #011851: hue angle of 222.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011851 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 24 81 -
CMYK 0.99 0.70 0 0.68
HSL 222.75º 0.98% 0.16% -
HSV(B) 222.75º 0.99% 0.32% -
XYZ 1.82 1.25 7.93 -
YUV 23.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 1 24 81 0.99 0.70 0 0.68 222.75 0.98 0.16
Hex 1 18 51 63 46 0 44 DF 62 10
Octal 1 30 121 143 106 0 104 337 142 20
Binary 1 11000 1010001 1100011 1000110 0 1000100 11011111 1100010 10000

Color Harmonies of #011851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011851

Black with #011851

Text Example


Text Example

White with #011851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011851; }

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

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

background-color css

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

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

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

border-color css

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

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

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