Html Css Color HEX #214062 Regal Blue

📋 copy color: '#214062'

red 33 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #214062

Tints of Regal Blue #214062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 16.92%
G = 32.82%
B = 50.26%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214062 (or 0x214062) is known color: Regal Blue. HEX triplet: 21, 40 and 62. RGB value is (33,64,98). Sum of RGB (Red+Green+Blue) = 33+64+98=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #214062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214062 is #DEBF9D. Grayscale: #3A3A3A. Windows color (decimal): -14598046 or 6438945. OLE color: 6438945.

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

Color convert

RGB 33 64 98 -
CMYK 0.66 0.35 0 0.62
HSL 211.38º 0.5% 0.26% -
HSV(B) 211.38º 0.66% 0.38% -
XYZ 4.67 4.87 12.25 -
YUV 58.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 33 64 98 0.66 0.35 0 0.62 211.38 0.5 0.26
Hex 21 40 62 42 23 0 3E D3 32 1A
Octal 41 100 142 102 43 0 76 323 62 32
Binary 100001 1000000 1100010 1000010 100011 0 111110 11010011 110010 11010

Color Harmonies of #214062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214062

Black with #214062

Text Example


Text Example

White with #214062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214062; }

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

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

background-color css

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

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

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

border-color css

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

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

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