Html Css Color HEX #022450 Sapphire

📋 copy color: '#022450'

red 2 ◦ green 36 ◦ blue 80

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

Shades of Sapphire #022450

Tints of Sapphire #022450

RGB

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

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

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

R = 1.69%
G = 30.51%
B = 67.8%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022450 (or 0x022450) is known color: Sapphire. HEX triplet: 02, 24 and 50. RGB value is (2,36,80). Sum of RGB (Red+Green+Blue) = 2+36+80=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #022450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022450 is #FDDBAF. Grayscale: #1E1E1E. Windows color (decimal): -16636848 or 5252098. OLE color: 5252098.

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

Color convert

RGB 2 36 80 -
CMYK 0.98 0.55 0 0.69
HSL 213.85º 0.95% 0.16% -
HSV(B) 213.85º 0.98% 0.31% -
XYZ 2.1 1.85 7.84 -
YUV 30.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 2 36 80 0.98 0.55 0 0.69 213.85 0.95 0.16
Hex 2 24 50 62 37 0 45 D6 5F 10
Octal 2 44 120 142 67 0 105 326 137 20
Binary 10 100100 1010000 1100010 110111 0 1000101 11010110 1011111 10000

Color Harmonies of #022450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022450

Black with #022450

Text Example


Text Example

White with #022450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022450; }

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

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

background-color css

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

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

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

border-color css

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

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

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