Html Css Color HEX #022677 Sapphire

📋 copy color: '#022677'

red 2 ◦ green 38 ◦ blue 119

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

Shades of Sapphire #022677

Tints of Sapphire #022677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 1.26%
G = 23.9%
B = 74.84%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022677 (or 0x022677) is known color: Sapphire. HEX triplet: 02, 26 and 77. RGB value is (2,38,119). Sum of RGB (Red+Green+Blue) = 2+38+119=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #022677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022677 is #FDD988. Grayscale: #242424. Windows color (decimal): -16636297 or 7808514. OLE color: 7808514.

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

Color convert

RGB 2 38 119 -
CMYK 0.98 0.68 0 0.53
HSL 221.54º 0.97% 0.24% -
HSV(B) 221.54º 0.98% 0.47% -
XYZ 4.05 2.73 17.77 -
YUV 36.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 2 38 119 0.98 0.68 0 0.53 221.54 0.97 0.24
Hex 2 26 77 62 44 0 35 DE 61 18
Octal 2 46 167 142 104 0 65 336 141 30
Binary 10 100110 1110111 1100010 1000100 0 110101 11011110 1100001 11000

Color Harmonies of #022677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022677

Black with #022677

Text Example


Text Example

White with #022677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022677; }

 p { color: rgb(2,38,119); }

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

background-color css

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

 a { background-color: rgb(2,38,119); }

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

border-color css

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

 span { border-color: rgb(2,38,119); }

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