Html Css Color HEX #021C48 Sapphire

📋 copy color: '#021C48'

red 2 ◦ green 28 ◦ blue 72

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

Shades of Sapphire #021C48

Tints of Sapphire #021C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 1.96%
G = 27.45%
B = 70.59%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021C48 (or 0x021C48) is known color: Sapphire. HEX triplet: 02, 1C and 48. RGB value is (2,28,72). Sum of RGB (Red+Green+Blue) = 2+28+72=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #021C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C48 is #FDE3B7. Grayscale: #191919. Windows color (decimal): -16638904 or 4725762. OLE color: 4725762.

HSL color Cylindrical-coordinate representation of color #021C48: hue angle of 217.71º 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 #021C48 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 28 72 -
CMYK 0.97 0.61 0 0.72
HSL 217.71º 0.95% 0.15% -
HSV(B) 217.71º 0.97% 0.28% -
XYZ 1.61 1.31 6.3 -
YUV 25.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 2 28 72 0.97 0.61 0 0.72 217.71 0.95 0.15
Hex 2 1C 48 61 3D 0 48 DA 5F F
Octal 2 34 110 141 75 0 110 332 137 17
Binary 10 11100 1001000 1100001 111101 0 1001000 11011010 1011111 1111

Color Harmonies of #021C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C48

Black with #021C48

Text Example


Text Example

White with #021C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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