Html Css Color HEX #022D78 Sapphire

📋 copy color: '#022D78'

red 2 ◦ green 45 ◦ blue 120

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

Shades of Sapphire #022D78

Tints of Sapphire #022D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

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

R = 1.2%
G = 26.95%
B = 71.86%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022D78 (or 0x022D78) is known color: Sapphire. HEX triplet: 02, 2D and 78. RGB value is (2,45,120). Sum of RGB (Red+Green+Blue) = 2+45+120=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #022D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D78 is #FDD287. Grayscale: #282828. Windows color (decimal): -16634504 or 7875842. OLE color: 7875842.

HSL color Cylindrical-coordinate representation of color #022D78: hue angle of 218.14º 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 #022D78 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 45 120 -
CMYK 0.98 0.63 0 0.53
HSL 218.14º 0.97% 0.24% -
HSV(B) 218.14º 0.98% 0.47% -
XYZ 4.35 3.25 18.17 -
YUV 40.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 2 45 120 0.98 0.63 0 0.53 218.14 0.97 0.24
Hex 2 2D 78 62 3F 0 35 DA 61 18
Octal 2 55 170 142 77 0 65 332 141 30
Binary 10 101101 1111000 1100010 111111 0 110101 11011010 1100001 11000

Color Harmonies of #022D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D78

Black with #022D78

Text Example


Text Example

White with #022D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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