Html Css Color HEX #010852 Sapphire

📋 copy color: '#010852'

red 1 ◦ green 8 ◦ blue 82

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

Shades of Sapphire #010852

Tints of Sapphire #010852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

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

R = 1.1%
G = 8.79%
B = 90.11%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010852 (or 0x010852) is known color: Sapphire. HEX triplet: 01, 08 and 52. RGB value is (1,8,82). Sum of RGB (Red+Green+Blue) = 1+8+82=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #010852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010852 is #FEF7AD. Grayscale: #0E0E0E. Windows color (decimal): -16709550 or 5376001. OLE color: 5376001.

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

Color convert

RGB 1 8 82 -
CMYK 0.99 0.90 0 0.68
HSL 234.81º 0.98% 0.16% -
HSV(B) 234.81º 0.99% 0.32% -
XYZ 1.62 0.79 8.05 -
YUV 14.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 1 8 82 0.99 0.90 0 0.68 234.81 0.98 0.16
Hex 1 8 52 63 5A 0 44 EB 62 10
Octal 1 10 122 143 132 0 104 353 142 20
Binary 1 1000 1010010 1100011 1011010 0 1000100 11101011 1100010 10000

Color Harmonies of #010852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010852

Black with #010852

Text Example


Text Example

White with #010852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010852; }

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

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

background-color css

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

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

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

border-color css

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

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

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