Html Css Color HEX #011850 Sapphire

📋 copy color: '#011850'

red 1 ◦ green 24 ◦ blue 80

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

Shades of Sapphire #011850

Tints of Sapphire #011850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 76.19%

R = 0.95%
G = 22.86%
B = 76.19%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#011850 (or 0x011850) is known color: Sapphire. HEX triplet: 01, 18 and 50. RGB value is (1,24,80). Sum of RGB (Red+Green+Blue) = 1+24+80=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #011850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011850 is #FEE7AF. Grayscale: #171717. Windows color (decimal): -16705456 or 5249025. OLE color: 5249025.

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

Color convert

RGB 1 24 80 -
CMYK 0.99 0.70 0 0.69
HSL 222.53º 0.98% 0.16% -
HSV(B) 222.53º 0.99% 0.31% -
XYZ 1.79 1.24 7.73 -
YUV 23.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 1 24 80 0.99 0.70 0 0.69 222.53 0.98 0.16
Hex 1 18 50 63 46 0 45 DF 62 10
Octal 1 30 120 143 106 0 105 337 142 20
Binary 1 11000 1010000 1100011 1000110 0 1000101 11011111 1100010 10000

Color Harmonies of #011850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011850

Black with #011850

Text Example


Text Example

White with #011850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011850; }

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

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

background-color css

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

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

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

border-color css

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

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

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