Html Css Color HEX #021747 Sapphire

📋 copy color: '#021747'

red 2 ◦ green 23 ◦ blue 71

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

Shades of Sapphire #021747

Tints of Sapphire #021747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 2.08%
G = 23.96%
B = 73.96%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021747 (or 0x021747) is known color: Sapphire. HEX triplet: 02, 17 and 47. RGB value is (2,23,71). Sum of RGB (Red+Green+Blue) = 2+23+71=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #021747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021747 is #FDE8B8. Grayscale: #151515. Windows color (decimal): -16640185 or 4658946. OLE color: 4658946.

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

Color convert

RGB 2 23 71 -
CMYK 0.97 0.68 0 0.72
HSL 221.74º 0.95% 0.14% -
HSV(B) 221.74º 0.97% 0.28% -
XYZ 1.47 1.08 6.09 -
YUV 22.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 2 23 71 0.97 0.68 0 0.72 221.74 0.95 0.14
Hex 2 17 47 61 44 0 48 DE 5F E
Octal 2 27 107 141 104 0 110 336 137 16
Binary 10 10111 1000111 1100001 1000100 0 1001000 11011110 1011111 1110

Color Harmonies of #021747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021747

Black with #021747

Text Example


Text Example

White with #021747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021747; }

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

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

background-color css

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

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

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

border-color css

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

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

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