Html Css Color HEX #022975 Sapphire

📋 copy color: '#022975'

red 2 ◦ green 41 ◦ blue 117

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

Shades of Sapphire #022975

Tints of Sapphire #022975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 1.25%
G = 25.63%
B = 73.13%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022975 (or 0x022975) is known color: Sapphire. HEX triplet: 02, 29 and 75. RGB value is (2,41,117). Sum of RGB (Red+Green+Blue) = 2+41+117=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #022975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022975 is #FDD68A. Grayscale: #252525. Windows color (decimal): -16635531 or 7678210. OLE color: 7678210.

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

Color convert

RGB 2 41 117 -
CMYK 0.98 0.65 0 0.54
HSL 219.65º 0.97% 0.23% -
HSV(B) 219.65º 0.98% 0.46% -
XYZ 4.03 2.88 17.17 -
YUV 38 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 2 41 117 0.98 0.65 0 0.54 219.65 0.97 0.23
Hex 2 29 75 62 41 0 36 DC 61 17
Octal 2 51 165 142 101 0 66 334 141 27
Binary 10 101001 1110101 1100010 1000001 0 110110 11011100 1100001 10111

Color Harmonies of #022975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022975

Black with #022975

Text Example


Text Example

White with #022975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022975; }

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

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

background-color css

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

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

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

border-color css

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

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

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