Html Css Color HEX #214859 Astronaut Blue

📋 copy color: '#214859'

red 33 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #214859

Tints of Astronaut Blue #214859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.11%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 17.01%
G = 37.11%
B = 45.88%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214859 (or 0x214859) is known color: Astronaut Blue. HEX triplet: 21, 48 and 59. RGB value is (33,72,89). Sum of RGB (Red+Green+Blue) = 33+72+89=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #214859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214859 is #DEB7A6. Grayscale: #3E3E3E. Windows color (decimal): -14596007 or 5851169. OLE color: 5851169.

HSL color Cylindrical-coordinate representation of color #214859: hue angle of 198.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214859 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 72 89 -
CMYK 0.63 0.19 0 0.65
HSL 198.21º 0.46% 0.24% -
HSV(B) 198.21º 0.63% 0.35% -
XYZ 4.75 5.68 10.3 -
YUV 62.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 33 72 89 0.63 0.19 0 0.65 198.21 0.46 0.24
Hex 21 48 59 3F 13 0 41 C6 2E 18
Octal 41 110 131 77 23 0 101 306 56 30
Binary 100001 1001000 1011001 111111 10011 0 1000001 11000110 101110 11000

Color Harmonies of #214859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214859

Black with #214859

Text Example


Text Example

White with #214859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214859; }

 p { color: rgb(33,72,89); }

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

background-color css

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

 a { background-color: rgb(33,72,89); }

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

border-color css

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

 span { border-color: rgb(33,72,89); }

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