Html Css Color HEX #022375 Sapphire

📋 copy color: '#022375'

red 2 ◦ green 35 ◦ blue 117

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

Shades of Sapphire #022375

Tints of Sapphire #022375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 1.3%
G = 22.73%
B = 75.97%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022375 (or 0x022375) is known color: Sapphire. HEX triplet: 02, 23 and 75. RGB value is (2,35,117). Sum of RGB (Red+Green+Blue) = 2+35+117=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #022375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022375 is #FDDC8A. Grayscale: #222222. Windows color (decimal): -16637067 or 7676674. OLE color: 7676674.

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

Color convert

RGB 2 35 117 -
CMYK 0.98 0.70 0 0.54
HSL 222.78º 0.97% 0.23% -
HSV(B) 222.78º 0.98% 0.46% -
XYZ 3.84 2.5 17.11 -
YUV 34.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 2 35 117 0.98 0.70 0 0.54 222.78 0.97 0.23
Hex 2 23 75 62 46 0 36 DF 61 17
Octal 2 43 165 142 106 0 66 337 141 27
Binary 10 100011 1110101 1100010 1000110 0 110110 11011111 1100001 10111

Color Harmonies of #022375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022375

Black with #022375

Text Example


Text Example

White with #022375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022375; }

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

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

background-color css

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

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

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

border-color css

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

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

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