Html Css Color HEX #020853 Sapphire

📋 copy color: '#020853'

red 2 ◦ green 8 ◦ blue 83

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

Shades of Sapphire #020853

Tints of Sapphire #020853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 89.25%

R = 2.15%
G = 8.6%
B = 89.25%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020853 (or 0x020853) is known color: Sapphire. HEX triplet: 02, 08 and 53. RGB value is (2,8,83). Sum of RGB (Red+Green+Blue) = 2+8+83=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #020853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020853 is #FDF7AC. Grayscale: #0E0E0E. Windows color (decimal): -16644013 or 5441538. OLE color: 5441538.

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

Color convert

RGB 2 8 83 -
CMYK 0.98 0.90 0 0.67
HSL 235.56º 0.95% 0.17% -
HSV(B) 235.56º 0.98% 0.33% -
XYZ 1.67 0.81 8.25 -
YUV 14.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 2 8 83 0.98 0.90 0 0.67 235.56 0.95 0.17
Hex 2 8 53 62 5A 0 43 EC 5F 11
Octal 2 10 123 142 132 0 103 354 137 21
Binary 10 1000 1010011 1100010 1011010 0 1000011 11101100 1011111 10001

Color Harmonies of #020853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020853

Black with #020853

Text Example


Text Example

White with #020853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020853; }

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

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

background-color css

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

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

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

border-color css

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

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

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