Html Css Color HEX #214156 Regal Blue

📋 copy color: '#214156'

red 33 ◦ green 65 ◦ blue 86

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

Shades of Regal Blue #214156

Tints of Regal Blue #214156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 17.93%
G = 35.33%
B = 46.74%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214156 (or 0x214156) is known color: Regal Blue. HEX triplet: 21, 41 and 56. RGB value is (33,65,86). Sum of RGB (Red+Green+Blue) = 33+65+86=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #214156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214156 is #DEBEA9. Grayscale: #393939. Windows color (decimal): -14597802 or 5652769. OLE color: 5652769.

HSL color Cylindrical-coordinate representation of color #214156: hue angle of 203.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214156 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 65 86 -
CMYK 0.62 0.24 0 0.66
HSL 203.77º 0.45% 0.23% -
HSV(B) 203.77º 0.62% 0.34% -
XYZ 4.2 4.78 9.5 -
YUV 57.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 33 65 86 0.62 0.24 0 0.66 203.77 0.45 0.23
Hex 21 41 56 3E 18 0 42 CC 2D 17
Octal 41 101 126 76 30 0 102 314 55 27
Binary 100001 1000001 1010110 111110 11000 0 1000010 11001100 101101 10111

Color Harmonies of #214156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214156

Black with #214156

Text Example


Text Example

White with #214156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214156; }

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

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

background-color css

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

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

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

border-color css

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

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

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