Html Css Color HEX #021654 Sapphire

📋 copy color: '#021654'

red 2 ◦ green 22 ◦ blue 84

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

Shades of Sapphire #021654

Tints of Sapphire #021654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 77.78%

R = 1.85%
G = 20.37%
B = 77.78%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021654 (or 0x021654) is known color: Sapphire. HEX triplet: 02, 16 and 54. RGB value is (2,22,84). Sum of RGB (Red+Green+Blue) = 2+22+84=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #021654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021654 is #FDE9AB. Grayscale: #161616. Windows color (decimal): -16640428 or 5510658. OLE color: 5510658.

HSL color Cylindrical-coordinate representation of color #021654: hue angle of 225.37º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021654 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 22 84 -
CMYK 0.98 0.74 0 0.67
HSL 225.37º 0.95% 0.17% -
HSV(B) 225.37º 0.98% 0.33% -
XYZ 1.91 1.23 8.52 -
YUV 23.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 2 22 84 0.98 0.74 0 0.67 225.37 0.95 0.17
Hex 2 16 54 62 4A 0 43 E1 5F 11
Octal 2 26 124 142 112 0 103 341 137 21
Binary 10 10110 1010100 1100010 1001010 0 1000011 11100001 1011111 10001

Color Harmonies of #021654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021654

Black with #021654

Text Example


Text Example

White with #021654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021654; }

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

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

background-color css

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

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

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

border-color css

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

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

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