Html Css Color HEX #214160 Regal Blue

📋 copy color: '#214160'

red 33 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #214160

Tints of Regal Blue #214160

RGB

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

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

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

R = 17.01%
G = 33.51%
B = 49.48%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214160 (or 0x214160) is known color: Regal Blue. HEX triplet: 21, 41 and 60. RGB value is (33,65,96). Sum of RGB (Red+Green+Blue) = 33+65+96=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #214160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214160 is #DEBE9F. Grayscale: #3A3A3A. Windows color (decimal): -14597792 or 6308129. OLE color: 6308129.

HSL color Cylindrical-coordinate representation of color #214160: hue angle of 209.52º 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 #214160 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 65 96 -
CMYK 0.66 0.32 0 0.62
HSL 209.52º 0.49% 0.25% -
HSV(B) 209.52º 0.66% 0.38% -
XYZ 4.63 4.95 11.78 -
YUV 58.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 33 65 96 0.66 0.32 0 0.62 209.52 0.49 0.25
Hex 21 41 60 42 20 0 3E D2 31 19
Octal 41 101 140 102 40 0 76 322 61 31
Binary 100001 1000001 1100000 1000010 100000 0 111110 11010010 110001 11001

Color Harmonies of #214160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214160

Black with #214160

Text Example


Text Example

White with #214160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214160; }

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

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

background-color css

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

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

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

border-color css

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

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

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