Html Css Color HEX #022475 Sapphire

📋 copy color: '#022475'

red 2 ◦ green 36 ◦ blue 117

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

Shades of Sapphire #022475

Tints of Sapphire #022475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.48%

R = 1.29%
G = 23.23%
B = 75.48%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022475 (or 0x022475) is known color: Sapphire. HEX triplet: 02, 24 and 75. RGB value is (2,36,117). Sum of RGB (Red+Green+Blue) = 2+36+117=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #022475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022475 is #FDDB8A. Grayscale: #222222. Windows color (decimal): -16636811 or 7676930. OLE color: 7676930.

HSL color Cylindrical-coordinate representation of color #022475: hue angle of 222.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022475 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 36 117 -
CMYK 0.98 0.69 0 0.54
HSL 222.26º 0.97% 0.23% -
HSV(B) 222.26º 0.98% 0.46% -
XYZ 3.87 2.56 17.12 -
YUV 35.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 2 36 117 0.98 0.69 0 0.54 222.26 0.97 0.23
Hex 2 24 75 62 45 0 36 DE 61 17
Octal 2 44 165 142 105 0 66 336 141 27
Binary 10 100100 1110101 1100010 1000101 0 110110 11011110 1100001 10111

Color Harmonies of #022475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022475

Black with #022475

Text Example


Text Example

White with #022475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022475; }

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

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

background-color css

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

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

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

border-color css

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

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

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