Html Css Color HEX #021B54 Sapphire

📋 copy color: '#021B54'

red 2 ◦ green 27 ◦ blue 84

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

Shades of Sapphire #021B54

Tints of Sapphire #021B54

RGB

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

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

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

R = 1.77%
G = 23.89%
B = 74.34%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021B54 (or 0x021B54) is known color: Sapphire. HEX triplet: 02, 1B and 54. RGB value is (2,27,84). Sum of RGB (Red+Green+Blue) = 2+27+84=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #021B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B54 is #FDE4AB. Grayscale: #191919. Windows color (decimal): -16639148 or 5511938. OLE color: 5511938.

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

Color convert

RGB 2 27 84 -
CMYK 0.98 0.68 0 0.67
HSL 221.71º 0.95% 0.17% -
HSV(B) 221.71º 0.98% 0.33% -
XYZ 2.02 1.44 8.56 -
YUV 26.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 2 27 84 0.98 0.68 0 0.67 221.71 0.95 0.17
Hex 2 1B 54 62 44 0 43 DE 5F 11
Octal 2 33 124 142 104 0 103 336 137 21
Binary 10 11011 1010100 1100010 1000100 0 1000011 11011110 1011111 10001

Color Harmonies of #021B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B54

Black with #021B54

Text Example


Text Example

White with #021B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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