Html Css Color HEX #021B5B Sapphire

📋 copy color: '#021B5B'

red 2 ◦ green 27 ◦ blue 91

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

Shades of Sapphire #021B5B

Tints of Sapphire #021B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 75.83%

R = 1.67%
G = 22.5%
B = 75.83%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#021B5B (or 0x021B5B) is known color: Sapphire. HEX triplet: 02, 1B and 5B. RGB value is (2,27,91). Sum of RGB (Red+Green+Blue) = 2+27+91=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #021B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B5B is #FDE4A4. Grayscale: #1A1A1A. Windows color (decimal): -16639141 or 5970690. OLE color: 5970690.

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

Color convert

RGB 2 27 91 -
CMYK 0.98 0.70 0 0.64
HSL 223.15º 0.96% 0.18% -
HSV(B) 223.15º 0.98% 0.36% -
XYZ 2.31 1.55 10.08 -
YUV 26.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 2 27 91 0.98 0.70 0 0.64 223.15 0.96 0.18
Hex 2 1B 5B 62 46 0 40 DF 60 12
Octal 2 33 133 142 106 0 100 337 140 22
Binary 10 11011 1011011 1100010 1000110 0 1000000 11011111 1100000 10010

Color Harmonies of #021B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B5B

Black with #021B5B

Text Example


Text Example

White with #021B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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