Html Css Color HEX #020952 Sapphire

📋 copy color: '#020952'

red 2 ◦ green 9 ◦ blue 82

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

Shades of Sapphire #020952

Tints of Sapphire #020952

RGB

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

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

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

R = 2.15%
G = 9.68%
B = 88.17%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020952 (or 0x020952) is known color: Sapphire. HEX triplet: 02, 09 and 52. RGB value is (2,9,82). Sum of RGB (Red+Green+Blue) = 2+9+82=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 82 (32.42% from 255 or 88.17% from 93); Max value from RGB is 82 - color contains mainly: blue. Hex color #020952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020952 is #FDF6AD. Grayscale: #0E0E0E. Windows color (decimal): -16643758 or 5376258. OLE color: 5376258.

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

Color convert

RGB 2 9 82 -
CMYK 0.98 0.89 0 0.68
HSL 234.75º 0.95% 0.16% -
HSV(B) 234.75º 0.98% 0.32% -
XYZ 1.65 0.82 8.05 -
YUV 15.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 2 9 82 0.98 0.89 0 0.68 234.75 0.95 0.16
Hex 2 9 52 62 59 0 44 EB 5F 10
Octal 2 11 122 142 131 0 104 353 137 20
Binary 10 1001 1010010 1100010 1011001 0 1000100 11101011 1011111 10000

Color Harmonies of #020952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020952

Black with #020952

Text Example


Text Example

White with #020952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020952; }

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

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

background-color css

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

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

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

border-color css

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

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

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