Html Css Color HEX #022774 Sapphire

📋 copy color: '#022774'

red 2 ◦ green 39 ◦ blue 116

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

Shades of Sapphire #022774

Tints of Sapphire #022774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 116 (45.7% from 255) = 73.89%

R = 1.27%
G = 24.84%
B = 73.89%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022774 (or 0x022774) is known color: Sapphire. HEX triplet: 02, 27 and 74. RGB value is (2,39,116). Sum of RGB (Red+Green+Blue) = 2+39+116=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #022774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022774 is #FDD88B. Grayscale: #242424. Windows color (decimal): -16636044 or 7612162. OLE color: 7612162.

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

Color convert

RGB 2 39 116 -
CMYK 0.98 0.66 0 0.55
HSL 220.53º 0.97% 0.23% -
HSV(B) 220.53º 0.98% 0.45% -
XYZ 3.9 2.72 16.84 -
YUV 36.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 2 39 116 0.98 0.66 0 0.55 220.53 0.97 0.23
Hex 2 27 74 62 42 0 37 DD 61 17
Octal 2 47 164 142 102 0 67 335 141 27
Binary 10 100111 1110100 1100010 1000010 0 110111 11011101 1100001 10111

Color Harmonies of #022774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022774

Black with #022774

Text Example


Text Example

White with #022774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022774; }

 p { color: rgb(2,39,116); }

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

background-color css

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

 a { background-color: rgb(2,39,116); }

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

border-color css

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

 span { border-color: rgb(2,39,116); }

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