Html Css Color HEX #020953 Sapphire

📋 copy color: '#020953'

red 2 ◦ green 9 ◦ blue 83

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

Shades of Sapphire #020953

Tints of Sapphire #020953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

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

R = 2.13%
G = 9.57%
B = 88.3%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020953 (or 0x020953) is known color: Sapphire. HEX triplet: 02, 09 and 53. RGB value is (2,9,83). Sum of RGB (Red+Green+Blue) = 2+9+83=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #020953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020953 is #FDF6AC. Grayscale: #0F0F0F. Windows color (decimal): -16643757 or 5441794. OLE color: 5441794.

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

Color convert

RGB 2 9 83 -
CMYK 0.98 0.89 0 0.67
HSL 234.81º 0.95% 0.17% -
HSV(B) 234.81º 0.98% 0.33% -
XYZ 1.68 0.83 8.26 -
YUV 15.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 2 9 83 0.98 0.89 0 0.67 234.81 0.95 0.17
Hex 2 9 53 62 59 0 43 EB 5F 11
Octal 2 11 123 142 131 0 103 353 137 21
Binary 10 1001 1010011 1100010 1011001 0 1000011 11101011 1011111 10001

Color Harmonies of #020953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020953

Black with #020953

Text Example


Text Example

White with #020953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020953; }

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

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

background-color css

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

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

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

border-color css

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

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

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