Html Css Color HEX #022553 Sapphire

📋 copy color: '#022553'

red 2 ◦ green 37 ◦ blue 83

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

Shades of Sapphire #022553

Tints of Sapphire #022553

RGB

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

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

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

R = 1.64%
G = 30.33%
B = 68.03%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022553 (or 0x022553) is known color: Sapphire. HEX triplet: 02, 25 and 53. RGB value is (2,37,83). Sum of RGB (Red+Green+Blue) = 2+37+83=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #022553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022553 is #FDDAAC. Grayscale: #1F1F1F. Windows color (decimal): -16636589 or 5448962. OLE color: 5448962.

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

Color convert

RGB 2 37 83 -
CMYK 0.98 0.55 0 0.67
HSL 214.07º 0.95% 0.17% -
HSV(B) 214.07º 0.98% 0.33% -
XYZ 2.25 1.96 8.44 -
YUV 31.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 2 37 83 0.98 0.55 0 0.67 214.07 0.95 0.17
Hex 2 25 53 62 37 0 43 D6 5F 11
Octal 2 45 123 142 67 0 103 326 137 21
Binary 10 100101 1010011 1100010 110111 0 1000011 11010110 1011111 10001

Color Harmonies of #022553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022553

Black with #022553

Text Example


Text Example

White with #022553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022553; }

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

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

background-color css

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

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

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

border-color css

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

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

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