Html Css Color HEX #214259 Regal Blue

📋 copy color: '#214259'

red 33 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #214259

Tints of Regal Blue #214259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 17.55%
G = 35.11%
B = 47.34%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214259 (or 0x214259) is known color: Regal Blue. HEX triplet: 21, 42 and 59. RGB value is (33,66,89). Sum of RGB (Red+Green+Blue) = 33+66+89=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #214259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214259 is #DEBDA6. Grayscale: #3A3A3A. Windows color (decimal): -14597543 or 5849633. OLE color: 5849633.

HSL color Cylindrical-coordinate representation of color #214259: hue angle of 204.64º 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 #214259 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 66 89 -
CMYK 0.63 0.26 0 0.65
HSL 204.64º 0.46% 0.24% -
HSV(B) 204.64º 0.63% 0.35% -
XYZ 4.38 4.94 10.17 -
YUV 58.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 33 66 89 0.63 0.26 0 0.65 204.64 0.46 0.24
Hex 21 42 59 3F 1A 0 41 CD 2E 18
Octal 41 102 131 77 32 0 101 315 56 30
Binary 100001 1000010 1011001 111111 11010 0 1000001 11001101 101110 11000

Color Harmonies of #214259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214259

Black with #214259

Text Example


Text Example

White with #214259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214259; }

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

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

background-color css

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

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

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

border-color css

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

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

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