Html Css Color HEX #021B63 Sapphire

📋 copy color: '#021B63'

red 2 ◦ green 27 ◦ blue 99

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

Shades of Sapphire #021B63

Tints of Sapphire #021B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 77.34%

R = 1.56%
G = 21.09%
B = 77.34%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#021B63 (or 0x021B63) is known color: Sapphire. HEX triplet: 02, 1B and 63. RGB value is (2,27,99). Sum of RGB (Red+Green+Blue) = 2+27+99=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #021B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B63 is #FDE49C. Grayscale: #1B1B1B. Windows color (decimal): -16639133 or 6494978. OLE color: 6494978.

HSL color Cylindrical-coordinate representation of color #021B63: hue angle of 224.54º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B63 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 27 99 -
CMYK 0.98 0.73 0 0.61
HSL 224.54º 0.96% 0.2% -
HSV(B) 224.54º 0.98% 0.39% -
XYZ 2.67 1.7 11.99 -
YUV 27.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 2 27 99 0.98 0.73 0 0.61 224.54 0.96 0.2
Hex 2 1B 63 62 49 0 3D E1 60 14
Octal 2 33 143 142 111 0 75 341 140 24
Binary 10 11011 1100011 1100010 1001001 0 111101 11100001 1100000 10100

Color Harmonies of #021B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B63

Black with #021B63

Text Example


Text Example

White with #021B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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