Html Css Color HEX #021B5A Sapphire

📋 copy color: '#021B5A'

red 2 ◦ green 27 ◦ blue 90

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

Shades of Sapphire #021B5A

Tints of Sapphire #021B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 75.63%

R = 1.68%
G = 22.69%
B = 75.63%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021B5A (or 0x021B5A) is known color: Sapphire. HEX triplet: 02, 1B and 5A. RGB value is (2,27,90). Sum of RGB (Red+Green+Blue) = 2+27+90=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #021B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B5A is #FDE4A5. Grayscale: #1A1A1A. Windows color (decimal): -16639142 or 5905154. OLE color: 5905154.

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

Color convert

RGB 2 27 90 -
CMYK 0.98 0.70 0 0.65
HSL 222.95º 0.96% 0.18% -
HSV(B) 222.95º 0.98% 0.35% -
XYZ 2.26 1.53 9.85 -
YUV 26.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 2 27 90 0.98 0.70 0 0.65 222.95 0.96 0.18
Hex 2 1B 5A 62 46 0 41 DF 60 12
Octal 2 33 132 142 106 0 101 337 140 22
Binary 10 11011 1011010 1100010 1000110 0 1000001 11011111 1100000 10010

Color Harmonies of #021B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B5A

Black with #021B5A

Text Example


Text Example

White with #021B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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