Html Css Color HEX #022555 Sapphire

📋 copy color: '#022555'

red 2 ◦ green 37 ◦ blue 85

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

Shades of Sapphire #022555

Tints of Sapphire #022555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

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

R = 1.61%
G = 29.84%
B = 68.55%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022555 (or 0x022555) is known color: Sapphire. HEX triplet: 02, 25 and 55. RGB value is (2,37,85). Sum of RGB (Red+Green+Blue) = 2+37+85=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #022555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022555 is #FDDAAA. Grayscale: #1F1F1F. Windows color (decimal): -16636587 or 5580034. OLE color: 5580034.

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

Color convert

RGB 2 37 85 -
CMYK 0.98 0.56 0 0.67
HSL 214.7º 0.95% 0.17% -
HSV(B) 214.7º 0.98% 0.33% -
XYZ 2.33 1.99 8.86 -
YUV 32.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 2 37 85 0.98 0.56 0 0.67 214.7 0.95 0.17
Hex 2 25 55 62 38 0 43 D7 5F 11
Octal 2 45 125 142 70 0 103 327 137 21
Binary 10 100101 1010101 1100010 111000 0 1000011 11010111 1011111 10001

Color Harmonies of #022555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022555

Black with #022555

Text Example


Text Example

White with #022555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022555; }

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

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

background-color css

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

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

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

border-color css

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

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

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