Html Css Color HEX #021B5D Sapphire

📋 copy color: '#021B5D'

red 2 ◦ green 27 ◦ blue 93

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

Shades of Sapphire #021B5D

Tints of Sapphire #021B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.13%

 BLUE value IS 93 (36.72% from 255) = 76.23%

R = 1.64%
G = 22.13%
B = 76.23%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#021B5D (or 0x021B5D) is known color: Sapphire. HEX triplet: 02, 1B and 5D. RGB value is (2,27,93). Sum of RGB (Red+Green+Blue) = 2+27+93=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #021B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B5D is #FDE4A2. Grayscale: #1A1A1A. Windows color (decimal): -16639139 or 6101762. OLE color: 6101762.

HSL color Cylindrical-coordinate representation of color #021B5D: hue angle of 223.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B5D is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 27 93 -
CMYK 0.98 0.71 0 0.64
HSL 223.52º 0.96% 0.19% -
HSV(B) 223.52º 0.98% 0.36% -
XYZ 2.39 1.59 10.54 -
YUV 27.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 2 27 93 0.98 0.71 0 0.64 223.52 0.96 0.19
Hex 2 1B 5D 62 47 0 40 E0 60 13
Octal 2 33 135 142 107 0 100 340 140 23
Binary 10 11011 1011101 1100010 1000111 0 1000000 11100000 1100000 10011

Color Harmonies of #021B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B5D

Black with #021B5D

Text Example


Text Example

White with #021B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021B5D; }

 p { color: rgb(2,27,93); }

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

background-color css

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

 a { background-color: rgb(2,27,93); }

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

border-color css

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

 span { border-color: rgb(2,27,93); }

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