Html Css Color HEX #021249 Sapphire

📋 copy color: '#021249'

red 2 ◦ green 18 ◦ blue 73

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

Shades of Sapphire #021249

Tints of Sapphire #021249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

 BLUE value IS 73 (28.91% from 255) = 78.49%

R = 2.15%
G = 19.35%
B = 78.49%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#021249 (or 0x021249) is known color: Sapphire. HEX triplet: 02, 12 and 49. RGB value is (2,18,73). Sum of RGB (Red+Green+Blue) = 2+18+73=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #021249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021249 is #FDEDB6. Grayscale: #131313. Windows color (decimal): -16641463 or 4788738. OLE color: 4788738.

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

Color convert

RGB 2 18 73 -
CMYK 0.97 0.75 0 0.71
HSL 226.48º 0.95% 0.15% -
HSV(B) 226.48º 0.97% 0.29% -
XYZ 1.44 0.93 6.41 -
YUV 19.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 2 18 73 0.97 0.75 0 0.71 226.48 0.95 0.15
Hex 2 12 49 61 4B 0 47 E2 5F F
Octal 2 22 111 141 113 0 107 342 137 17
Binary 10 10010 1001001 1100001 1001011 0 1000111 11100010 1011111 1111

Color Harmonies of #021249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021249

Black with #021249

Text Example


Text Example

White with #021249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021249; }

 p { color: rgb(2,18,73); }

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

background-color css

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

 a { background-color: rgb(2,18,73); }

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

border-color css

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

 span { border-color: rgb(2,18,73); }

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