Html Css Color HEX #020950 Sapphire

📋 copy color: '#020950'

red 2 ◦ green 9 ◦ blue 80

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

Shades of Sapphire #020950

Tints of Sapphire #020950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 87.91%

R = 2.2%
G = 9.89%
B = 87.91%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#020950 (or 0x020950) is known color: Sapphire. HEX triplet: 02, 09 and 50. RGB value is (2,9,80). Sum of RGB (Red+Green+Blue) = 2+9+80=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 80 (31.64% from 255 or 87.91% from 91); Max value from RGB is 80 - color contains mainly: blue. Hex color #020950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020950 is #FDF6AF. Grayscale: #0E0E0E. Windows color (decimal): -16643760 or 5245186. OLE color: 5245186.

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

Color convert

RGB 2 9 80 -
CMYK 0.98 0.89 0 0.69
HSL 234.62º 0.95% 0.16% -
HSV(B) 234.62º 0.98% 0.31% -
XYZ 1.57 0.79 7.66 -
YUV 15 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 2 9 80 0.98 0.89 0 0.69 234.62 0.95 0.16
Hex 2 9 50 62 59 0 45 EB 5F 10
Octal 2 11 120 142 131 0 105 353 137 20
Binary 10 1001 1010000 1100010 1011001 0 1000101 11101011 1011111 10000

Color Harmonies of #020950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020950

Black with #020950

Text Example


Text Example

White with #020950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020950; }

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

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

background-color css

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

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

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

border-color css

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

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

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