Html Css Color HEX #020852 Sapphire

📋 copy color: '#020852'

red 2 ◦ green 8 ◦ blue 82

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

Shades of Sapphire #020852

Tints of Sapphire #020852

RGB

 RED value IS 2 (1.17% from 255) = 2.17%

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

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

R = 2.17%
G = 8.7%
B = 89.13%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020852 (or 0x020852) is known color: Sapphire. HEX triplet: 02, 08 and 52. RGB value is (2,8,82). Sum of RGB (Red+Green+Blue) = 2+8+82=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #020852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020852 is #FDF7AD. Grayscale: #0E0E0E. Windows color (decimal): -16644014 or 5376002. OLE color: 5376002.

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

Color convert

RGB 2 8 82 -
CMYK 0.98 0.90 0 0.68
HSL 235.5º 0.95% 0.16% -
HSV(B) 235.5º 0.98% 0.32% -
XYZ 1.63 0.8 8.05 -
YUV 14.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 2 8 82 0.98 0.90 0 0.68 235.5 0.95 0.16
Hex 2 8 52 62 5A 0 44 EC 5F 10
Octal 2 10 122 142 132 0 104 354 137 20
Binary 10 1000 1010010 1100010 1011010 0 1000100 11101100 1011111 10000

Color Harmonies of #020852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020852

Black with #020852

Text Example


Text Example

White with #020852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020852; }

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

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

background-color css

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

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

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

border-color css

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

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

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