Html Css Color HEX #011852 Sapphire

📋 copy color: '#011852'

red 1 ◦ green 24 ◦ blue 82

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

Shades of Sapphire #011852

Tints of Sapphire #011852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 76.64%

R = 0.93%
G = 22.43%
B = 76.64%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#011852 (or 0x011852) is known color: Sapphire. HEX triplet: 01, 18 and 52. RGB value is (1,24,82). Sum of RGB (Red+Green+Blue) = 1+24+82=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #011852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011852 is #FEE7AD. Grayscale: #171717. Windows color (decimal): -16705454 or 5380097. OLE color: 5380097.

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

Color convert

RGB 1 24 82 -
CMYK 0.99 0.71 0 0.68
HSL 222.96º 0.98% 0.16% -
HSV(B) 222.96º 0.99% 0.32% -
XYZ 1.86 1.27 8.13 -
YUV 23.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 1 24 82 0.99 0.71 0 0.68 222.96 0.98 0.16
Hex 1 18 52 63 47 0 44 DF 62 10
Octal 1 30 122 143 107 0 104 337 142 20
Binary 1 11000 1010010 1100011 1000111 0 1000100 11011111 1100010 10000

Color Harmonies of #011852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011852

Black with #011852

Text Example


Text Example

White with #011852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011852; }

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

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

background-color css

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

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

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

border-color css

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

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

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