Html Css Color HEX #21415A Regal Blue

📋 copy color: '#21415A'

red 33 ◦ green 65 ◦ blue 90

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

Shades of Regal Blue #21415A

Tints of Regal Blue #21415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 17.55%
G = 34.57%
B = 47.87%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21415A (or 0x21415A) is known color: Regal Blue. HEX triplet: 21, 41 and 5A. RGB value is (33,65,90). Sum of RGB (Red+Green+Blue) = 33+65+90=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #21415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21415A is #DEBEA5. Grayscale: #3A3A3A. Windows color (decimal): -14597798 or 5914913. OLE color: 5914913.

HSL color Cylindrical-coordinate representation of color #21415A: hue angle of 206.32º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21415A is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 65 90 -
CMYK 0.63 0.28 0 0.65
HSL 206.32º 0.46% 0.24% -
HSV(B) 206.32º 0.63% 0.35% -
XYZ 4.36 4.84 10.38 -
YUV 58.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 33 65 90 0.63 0.28 0 0.65 206.32 0.46 0.24
Hex 21 41 5A 3F 1C 0 41 CE 2E 18
Octal 41 101 132 77 34 0 101 316 56 30
Binary 100001 1000001 1011010 111111 11100 0 1000001 11001110 101110 11000

Color Harmonies of #21415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21415A

Black with #21415A

Text Example


Text Example

White with #21415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21415A; }

 p { color: rgb(33,65,90); }

 H1.HeaderClassName
 {
   color: #21415A;
 }
 .AnyTagClassName
 {
   color: #21415A;
 }
</style>

background-color css

<style>
 a { background-color: #21415A; }

 a { background-color: rgb(33,65,90); }

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

border-color css

<style>
 span { border-color: #21415A; }

 span { border-color: rgb(33,65,90); }

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