Html Css Color HEX #022048 Sapphire

📋 copy color: '#022048'

red 2 ◦ green 32 ◦ blue 72

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

Shades of Sapphire #022048

Tints of Sapphire #022048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

 BLUE value IS 72 (28.52% from 255) = 67.92%

R = 1.89%
G = 30.19%
B = 67.92%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022048 (or 0x022048) is known color: Sapphire. HEX triplet: 02, 20 and 48. RGB value is (2,32,72). Sum of RGB (Red+Green+Blue) = 2+32+72=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #022048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022048 is #FDDFB7. Grayscale: #1B1B1B. Windows color (decimal): -16637880 or 4726786. OLE color: 4726786.

HSL color Cylindrical-coordinate representation of color #022048: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022048 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 32 72 -
CMYK 0.97 0.56 0 0.72
HSL 214.29º 0.95% 0.15% -
HSV(B) 214.29º 0.97% 0.28% -
XYZ 1.71 1.51 6.33 -
YUV 27.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 2 32 72 0.97 0.56 0 0.72 214.29 0.95 0.15
Hex 2 20 48 61 38 0 48 D6 5F F
Octal 2 40 110 141 70 0 110 326 137 17
Binary 10 100000 1001000 1100001 111000 0 1001000 11010110 1011111 1111

Color Harmonies of #022048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022048

Black with #022048

Text Example


Text Example

White with #022048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022048; }

 p { color: rgb(2,32,72); }

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

background-color css

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

 a { background-color: rgb(2,32,72); }

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

border-color css

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

 span { border-color: rgb(2,32,72); }

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