Html Css Color HEX #022278 Sapphire

📋 copy color: '#022278'

red 2 ◦ green 34 ◦ blue 120

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

Shades of Sapphire #022278

Tints of Sapphire #022278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 76.92%

R = 1.28%
G = 21.79%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022278 (or 0x022278) is known color: Sapphire. HEX triplet: 02, 22 and 78. RGB value is (2,34,120). Sum of RGB (Red+Green+Blue) = 2+34+120=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #022278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022278 is #FDDD87. Grayscale: #212121. Windows color (decimal): -16637320 or 7873026. OLE color: 7873026.

HSL color Cylindrical-coordinate representation of color #022278: hue angle of 223.73º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022278 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 34 120 -
CMYK 0.98 0.72 0 0.53
HSL 223.73º 0.97% 0.24% -
HSV(B) 223.73º 0.98% 0.47% -
XYZ 3.99 2.51 18.04 -
YUV 34.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 2 34 120 0.98 0.72 0 0.53 223.73 0.97 0.24
Hex 2 22 78 62 48 0 35 E0 61 18
Octal 2 42 170 142 110 0 65 340 141 30
Binary 10 100010 1111000 1100010 1001000 0 110101 11100000 1100001 11000

Color Harmonies of #022278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022278

Black with #022278

Text Example


Text Example

White with #022278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022278; }

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

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

background-color css

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

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

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

border-color css

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

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

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