Html Css Color HEX #022275 Sapphire

📋 copy color: '#022275'

red 2 ◦ green 34 ◦ blue 117

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

Shades of Sapphire #022275

Tints of Sapphire #022275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 1.31%
G = 22.22%
B = 76.47%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022275 (or 0x022275) is known color: Sapphire. HEX triplet: 02, 22 and 75. RGB value is (2,34,117). Sum of RGB (Red+Green+Blue) = 2+34+117=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #022275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022275 is #FDDD8A. Grayscale: #212121. Windows color (decimal): -16637323 or 7676418. OLE color: 7676418.

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

Color convert

RGB 2 34 117 -
CMYK 0.98 0.71 0 0.54
HSL 223.3º 0.97% 0.23% -
HSV(B) 223.3º 0.98% 0.46% -
XYZ 3.81 2.44 17.1 -
YUV 33.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 2 34 117 0.98 0.71 0 0.54 223.3 0.97 0.23
Hex 2 22 75 62 47 0 36 DF 61 17
Octal 2 42 165 142 107 0 66 337 141 27
Binary 10 100010 1110101 1100010 1000111 0 110110 11011111 1100001 10111

Color Harmonies of #022275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022275

Black with #022275

Text Example


Text Example

White with #022275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022275; }

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

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

background-color css

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

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

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

border-color css

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

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

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