Html Css Color HEX #022455 Sapphire

📋 copy color: '#022455'

red 2 ◦ green 36 ◦ blue 85

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

Shades of Sapphire #022455

Tints of Sapphire #022455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 1.63%
G = 29.27%
B = 69.11%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022455 (or 0x022455) is known color: Sapphire. HEX triplet: 02, 24 and 55. RGB value is (2,36,85). Sum of RGB (Red+Green+Blue) = 2+36+85=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #022455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022455 is #FDDBAA. Grayscale: #1F1F1F. Windows color (decimal): -16636843 or 5579778. OLE color: 5579778.

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

Color convert

RGB 2 36 85 -
CMYK 0.98 0.58 0 0.67
HSL 215.42º 0.95% 0.17% -
HSV(B) 215.42º 0.98% 0.33% -
XYZ 2.3 1.93 8.85 -
YUV 31.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 2 36 85 0.98 0.58 0 0.67 215.42 0.95 0.17
Hex 2 24 55 62 3A 0 43 D7 5F 11
Octal 2 44 125 142 72 0 103 327 137 21
Binary 10 100100 1010101 1100010 111010 0 1000011 11010111 1011111 10001

Color Harmonies of #022455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022455

Black with #022455

Text Example


Text Example

White with #022455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022455; }

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

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

background-color css

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

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

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

border-color css

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

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

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