Html Css Color HEX #214060 Regal Blue

📋 copy color: '#214060'

red 33 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #214060

Tints of Regal Blue #214060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 17.1%
G = 33.16%
B = 49.74%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214060 (or 0x214060) is known color: Regal Blue. HEX triplet: 21, 40 and 60. RGB value is (33,64,96). Sum of RGB (Red+Green+Blue) = 33+64+96=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #214060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214060 is #DEBF9F. Grayscale: #3A3A3A. Windows color (decimal): -14598048 or 6307873. OLE color: 6307873.

HSL color Cylindrical-coordinate representation of color #214060: hue angle of 210.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214060 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 64 96 -
CMYK 0.66 0.33 0 0.62
HSL 210.48º 0.49% 0.25% -
HSV(B) 210.48º 0.66% 0.38% -
XYZ 4.57 4.83 11.76 -
YUV 58.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 33 64 96 0.66 0.33 0 0.62 210.48 0.49 0.25
Hex 21 40 60 42 21 0 3E D2 31 19
Octal 41 100 140 102 41 0 76 322 61 31
Binary 100001 1000000 1100000 1000010 100001 0 111110 11010010 110001 11001

Color Harmonies of #214060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214060

Black with #214060

Text Example


Text Example

White with #214060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214060; }

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

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

background-color css

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

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

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

border-color css

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

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

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