Html Css Color HEX #021651 Sapphire

📋 copy color: '#021651'

red 2 ◦ green 22 ◦ blue 81

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

Shades of Sapphire #021651

Tints of Sapphire #021651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 1.9%
G = 20.95%
B = 77.14%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021651 (or 0x021651) is known color: Sapphire. HEX triplet: 02, 16 and 51. RGB value is (2,22,81). Sum of RGB (Red+Green+Blue) = 2+22+81=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #021651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021651 is #FDE9AE. Grayscale: #161616. Windows color (decimal): -16640431 or 5314050. OLE color: 5314050.

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

Color convert

RGB 2 22 81 -
CMYK 0.98 0.73 0 0.68
HSL 224.81º 0.95% 0.16% -
HSV(B) 224.81º 0.98% 0.32% -
XYZ 1.8 1.18 7.92 -
YUV 22.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 2 22 81 0.98 0.73 0 0.68 224.81 0.95 0.16
Hex 2 16 51 62 49 0 44 E1 5F 10
Octal 2 26 121 142 111 0 104 341 137 20
Binary 10 10110 1010001 1100010 1001001 0 1000100 11100001 1011111 10000

Color Harmonies of #021651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021651

Black with #021651

Text Example


Text Example

White with #021651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021651; }

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

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

background-color css

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

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

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

border-color css

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

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

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