Html Css Color HEX #021C61 Sapphire

📋 copy color: '#021C61'

red 2 ◦ green 28 ◦ blue 97

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

Shades of Sapphire #021C61

Tints of Sapphire #021C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 76.38%

R = 1.57%
G = 22.05%
B = 76.38%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021C61 (or 0x021C61) is known color: Sapphire. HEX triplet: 02, 1C and 61. RGB value is (2,28,97). Sum of RGB (Red+Green+Blue) = 2+28+97=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #021C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C61 is #FDE39E. Grayscale: #1B1B1B. Windows color (decimal): -16638879 or 6364162. OLE color: 6364162.

HSL color Cylindrical-coordinate representation of color #021C61: hue angle of 223.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C61 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 28 97 -
CMYK 0.98 0.71 0 0.62
HSL 223.58º 0.96% 0.19% -
HSV(B) 223.58º 0.98% 0.38% -
XYZ 2.6 1.71 11.5 -
YUV 28.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 2 28 97 0.98 0.71 0 0.62 223.58 0.96 0.19
Hex 2 1C 61 62 47 0 3E E0 60 13
Octal 2 34 141 142 107 0 76 340 140 23
Binary 10 11100 1100001 1100010 1000111 0 111110 11100000 1100000 10011

Color Harmonies of #021C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C61

Black with #021C61

Text Example


Text Example

White with #021C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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