Html Css Color HEX #021751 Sapphire

📋 copy color: '#021751'

red 2 ◦ green 23 ◦ blue 81

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

Shades of Sapphire #021751

Tints of Sapphire #021751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 76.42%

R = 1.89%
G = 21.7%
B = 76.42%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021751 (or 0x021751) is known color: Sapphire. HEX triplet: 02, 17 and 51. RGB value is (2,23,81). Sum of RGB (Red+Green+Blue) = 2+23+81=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #021751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021751 is #FDE8AE. Grayscale: #171717. Windows color (decimal): -16640175 or 5314306. OLE color: 5314306.

HSL color Cylindrical-coordinate representation of color #021751: hue angle of 224.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021751 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 23 81 -
CMYK 0.98 0.72 0 0.68
HSL 224.05º 0.95% 0.16% -
HSV(B) 224.05º 0.98% 0.32% -
XYZ 1.82 1.22 7.92 -
YUV 23.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 2 23 81 0.98 0.72 0 0.68 224.05 0.95 0.16
Hex 2 17 51 62 48 0 44 E0 5F 10
Octal 2 27 121 142 110 0 104 340 137 20
Binary 10 10111 1010001 1100010 1001000 0 1000100 11100000 1011111 10000

Color Harmonies of #021751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021751

Black with #021751

Text Example


Text Example

White with #021751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021751; }

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

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

background-color css

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

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

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

border-color css

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

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

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