Html Css Color HEX #022675 Sapphire

📋 copy color: '#022675'

red 2 ◦ green 38 ◦ blue 117

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

Shades of Sapphire #022675

Tints of Sapphire #022675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 1.27%
G = 24.2%
B = 74.52%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022675 (or 0x022675) is known color: Sapphire. HEX triplet: 02, 26 and 75. RGB value is (2,38,117). Sum of RGB (Red+Green+Blue) = 2+38+117=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #022675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022675 is #FDD98A. Grayscale: #232323. Windows color (decimal): -16636299 or 7677442. OLE color: 7677442.

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

Color convert

RGB 2 38 117 -
CMYK 0.98 0.68 0 0.54
HSL 221.22º 0.97% 0.23% -
HSV(B) 221.22º 0.98% 0.46% -
XYZ 3.93 2.68 17.14 -
YUV 36.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 2 38 117 0.98 0.68 0 0.54 221.22 0.97 0.23
Hex 2 26 75 62 44 0 36 DD 61 17
Octal 2 46 165 142 104 0 66 335 141 27
Binary 10 100110 1110101 1100010 1000100 0 110110 11011101 1100001 10111

Color Harmonies of #022675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022675

Black with #022675

Text Example


Text Example

White with #022675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022675; }

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

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

background-color css

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

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

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

border-color css

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

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

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