Html Css Color HEX #022270 Sapphire

📋 copy color: '#022270'

red 2 ◦ green 34 ◦ blue 112

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

Shades of Sapphire #022270

Tints of Sapphire #022270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.68%

R = 1.35%
G = 22.97%
B = 75.68%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022270 (or 0x022270) is known color: Sapphire. HEX triplet: 02, 22 and 70. RGB value is (2,34,112). Sum of RGB (Red+Green+Blue) = 2+34+112=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #022270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022270 is #FDDD8F. Grayscale: #202020. Windows color (decimal): -16637328 or 7348738. OLE color: 7348738.

HSL color Cylindrical-coordinate representation of color #022270: hue angle of 222.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022270 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 34 112 -
CMYK 0.98 0.70 0 0.56
HSL 222.55º 0.96% 0.22% -
HSV(B) 222.55º 0.98% 0.44% -
XYZ 3.52 2.33 15.59 -
YUV 33.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 2 34 112 0.98 0.70 0 0.56 222.55 0.96 0.22
Hex 2 22 70 62 46 0 38 DF 60 16
Octal 2 42 160 142 106 0 70 337 140 26
Binary 10 100010 1110000 1100010 1000110 0 111000 11011111 1100000 10110

Color Harmonies of #022270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022270

Black with #022270

Text Example


Text Example

White with #022270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022270; }

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

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

background-color css

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

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

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

border-color css

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

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

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