Html Css Color HEX #21405D Regal Blue

📋 copy color: '#21405D'

red 33 ◦ green 64 ◦ blue 93

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

Shades of Regal Blue #21405D

Tints of Regal Blue #21405D

RGB

 RED value IS 33 (13.28% from 255) = 17.37%

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 17.37%
G = 33.68%
B = 48.95%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21405D (or 0x21405D) is known color: Regal Blue. HEX triplet: 21, 40 and 5D. RGB value is (33,64,93). Sum of RGB (Red+Green+Blue) = 33+64+93=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #21405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405D is #DEBFA2. Grayscale: #393939. Windows color (decimal): -14598051 or 6111265. OLE color: 6111265.

HSL color Cylindrical-coordinate representation of color #21405D: hue angle of 209º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21405D is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 64 93 -
CMYK 0.65 0.31 0 0.64
HSL 209º 0.48% 0.25% -
HSV(B) 209º 0.65% 0.36% -
XYZ 4.44 4.78 11.04 -
YUV 58.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 33 64 93 0.65 0.31 0 0.64 209 0.48 0.25
Hex 21 40 5D 41 1F 0 40 D1 30 19
Octal 41 100 135 101 37 0 100 321 60 31
Binary 100001 1000000 1011101 1000001 11111 0 1000000 11010001 110000 11001

Color Harmonies of #21405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21405D

Black with #21405D

Text Example


Text Example

White with #21405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21405D; }

 p { color: rgb(33,64,93); }

 H1.HeaderClassName
 {
   color: #21405D;
 }
 .AnyTagClassName
 {
   color: #21405D;
 }
</style>

background-color css

<style>
 a { background-color: #21405D; }

 a { background-color: rgb(33,64,93); }

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

border-color css

<style>
 span { border-color: #21405D; }

 span { border-color: rgb(33,64,93); }

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