Html Css Color HEX #022875 Sapphire

📋 copy color: '#022875'

red 2 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #022875

Tints of Sapphire #022875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

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

R = 1.26%
G = 25.16%
B = 73.58%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022875 (or 0x022875) is known color: Sapphire. HEX triplet: 02, 28 and 75. RGB value is (2,40,117). Sum of RGB (Red+Green+Blue) = 2+40+117=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #022875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022875 is #FDD78A. Grayscale: #252525. Windows color (decimal): -16635787 or 7677954. OLE color: 7677954.

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

Color convert

RGB 2 40 117 -
CMYK 0.98 0.66 0 0.54
HSL 220.17º 0.97% 0.23% -
HSV(B) 220.17º 0.98% 0.46% -
XYZ 3.99 2.81 17.16 -
YUV 37.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 2 40 117 0.98 0.66 0 0.54 220.17 0.97 0.23
Hex 2 28 75 62 42 0 36 DC 61 17
Octal 2 50 165 142 102 0 66 334 141 27
Binary 10 101000 1110101 1100010 1000010 0 110110 11011100 1100001 10111

Color Harmonies of #022875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022875

Black with #022875

Text Example


Text Example

White with #022875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022875; }

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

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

background-color css

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

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

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

border-color css

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

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

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