Html Css Color HEX #21425D Regal Blue

📋 copy color: '#21425D'

red 33 ◦ green 66 ◦ blue 93

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

Shades of Regal Blue #21425D

Tints of Regal Blue #21425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

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

R = 17.19%
G = 34.38%
B = 48.44%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21425D (or 0x21425D) is known color: Regal Blue. HEX triplet: 21, 42 and 5D. RGB value is (33,66,93). Sum of RGB (Red+Green+Blue) = 33+66+93=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #21425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21425D is #DEBDA2. Grayscale: #3B3B3B. Windows color (decimal): -14597539 or 6111777. OLE color: 6111777.

HSL color Cylindrical-coordinate representation of color #21425D: hue angle of 207º 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 #21425D is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 66 93 -
CMYK 0.65 0.29 0 0.64
HSL 207º 0.48% 0.25% -
HSV(B) 207º 0.65% 0.36% -
XYZ 4.55 5.01 11.08 -
YUV 59.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 33 66 93 0.65 0.29 0 0.64 207 0.48 0.25
Hex 21 42 5D 41 1D 0 40 CF 30 19
Octal 41 102 135 101 35 0 100 317 60 31
Binary 100001 1000010 1011101 1000001 11101 0 1000000 11001111 110000 11001

Color Harmonies of #21425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21425D

Black with #21425D

Text Example


Text Example

White with #21425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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