Html Css Color HEX #020955 Sapphire

📋 copy color: '#020955'

red 2 ◦ green 9 ◦ blue 85

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

Shades of Sapphire #020955

Tints of Sapphire #020955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 88.54%

R = 2.08%
G = 9.38%
B = 88.54%

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

#020955 (or 0x020955) is known color: Sapphire. HEX triplet: 02, 09 and 55. RGB value is (2,9,85). Sum of RGB (Red+Green+Blue) = 2+9+85=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 85 (33.59% from 255 or 88.54% from 96); Max value from RGB is 85 - color contains mainly: blue. Hex color #020955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020955 is #FDF6AA. Grayscale: #0F0F0F. Windows color (decimal): -16643755 or 5572866. OLE color: 5572866.

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

Color convert

RGB 2 9 85 -
CMYK 0.98 0.89 0 0.67
HSL 234.94º 0.95% 0.17% -
HSV(B) 234.94º 0.98% 0.33% -
XYZ 1.76 0.86 8.67 -
YUV 15.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 2 9 85 0.98 0.89 0 0.67 234.94 0.95 0.17
Hex 2 9 55 62 59 0 43 EB 5F 11
Octal 2 11 125 142 131 0 103 353 137 21
Binary 10 1001 1010101 1100010 1011001 0 1000011 11101011 1011111 10001

Color Harmonies of #020955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020955

Black with #020955

Text Example


Text Example

White with #020955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020955; }

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

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

background-color css

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

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

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

border-color css

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

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

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