Html Css Color HEX #021247 Sapphire

📋 copy color: '#021247'

red 2 ◦ green 18 ◦ blue 71

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

Shades of Sapphire #021247

Tints of Sapphire #021247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 78.02%

R = 2.2%
G = 19.78%
B = 78.02%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021247 (or 0x021247) is known color: Sapphire. HEX triplet: 02, 12 and 47. RGB value is (2,18,71). Sum of RGB (Red+Green+Blue) = 2+18+71=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #021247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021247 is #FDEDB8. Grayscale: #131313. Windows color (decimal): -16641465 or 4657666. OLE color: 4657666.

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

Color convert

RGB 2 18 71 -
CMYK 0.97 0.75 0 0.72
HSL 226.09º 0.95% 0.14% -
HSV(B) 226.09º 0.97% 0.28% -
XYZ 1.38 0.9 6.06 -
YUV 19.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 2 18 71 0.97 0.75 0 0.72 226.09 0.95 0.14
Hex 2 12 47 61 4B 0 48 E2 5F E
Octal 2 22 107 141 113 0 110 342 137 16
Binary 10 10010 1000111 1100001 1001011 0 1001000 11100010 1011111 1110

Color Harmonies of #021247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021247

Black with #021247

Text Example


Text Example

White with #021247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021247; }

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

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

background-color css

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

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

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

border-color css

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

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

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