Html Css Color HEX #021B4D Sapphire

📋 copy color: '#021B4D'

red 2 ◦ green 27 ◦ blue 77

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

Shades of Sapphire #021B4D

Tints of Sapphire #021B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 72.64%

R = 1.89%
G = 25.47%
B = 72.64%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#021B4D (or 0x021B4D) is known color: Sapphire. HEX triplet: 02, 1B and 4D. RGB value is (2,27,77). Sum of RGB (Red+Green+Blue) = 2+27+77=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #021B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B4D is #FDE4B2. Grayscale: #191919. Windows color (decimal): -16639155 or 5053186. OLE color: 5053186.

HSL color Cylindrical-coordinate representation of color #021B4D: hue angle of 220º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021B4D is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 27 77 -
CMYK 0.97 0.65 0 0.70
HSL 220º 0.95% 0.15% -
HSV(B) 220º 0.97% 0.3% -
XYZ 1.76 1.33 7.19 -
YUV 25.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 2 27 77 0.97 0.65 0 0.70 220 0.95 0.15
Hex 2 1B 4D 61 41 0 46 DC 5F F
Octal 2 33 115 141 101 0 106 334 137 17
Binary 10 11011 1001101 1100001 1000001 0 1000110 11011100 1011111 1111

Color Harmonies of #021B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B4D

Black with #021B4D

Text Example


Text Example

White with #021B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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