Html Css Color HEX #214563 Regal Blue

📋 copy color: '#214563'

red 33 ◦ green 69 ◦ blue 99

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

Shades of Regal Blue #214563

Tints of Regal Blue #214563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 16.42%
G = 34.33%
B = 49.25%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#214563 (or 0x214563) is known color: Regal Blue. HEX triplet: 21, 45 and 63. RGB value is (33,69,99). Sum of RGB (Red+Green+Blue) = 33+69+99=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #214563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214563 is #DEBA9C. Grayscale: #3D3D3D. Windows color (decimal): -14596765 or 6505761. OLE color: 6505761.

HSL color Cylindrical-coordinate representation of color #214563: hue angle of 207.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214563 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 69 99 -
CMYK 0.67 0.30 0 0.61
HSL 207.27º 0.5% 0.26% -
HSV(B) 207.27º 0.67% 0.39% -
XYZ 5.01 5.48 12.6 -
YUV 61.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 33 69 99 0.67 0.30 0 0.61 207.27 0.5 0.26
Hex 21 45 63 43 1E 0 3D CF 32 1A
Octal 41 105 143 103 36 0 75 317 62 32
Binary 100001 1000101 1100011 1000011 11110 0 111101 11001111 110010 11010

Color Harmonies of #214563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214563

Black with #214563

Text Example


Text Example

White with #214563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214563; }

 p { color: rgb(33,69,99); }

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

background-color css

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

 a { background-color: rgb(33,69,99); }

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

border-color css

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

 span { border-color: rgb(33,69,99); }

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