Html Css Color HEX #16455D Astronaut Blue

📋 copy color: '#16455D'

red 22 ◦ green 69 ◦ blue 93

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

Shades of Astronaut Blue #16455D

Tints of Astronaut Blue #16455D

RGB

 RED value IS 22 (8.98% from 255) = 11.96%

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 11.96%
G = 37.5%
B = 50.54%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#16455D (or 0x16455D) is known color: Astronaut Blue. HEX triplet: 16, 45 and 5D. RGB value is (22,69,93). Sum of RGB (Red+Green+Blue) = 22+69+93=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #16455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16455D is #E9BAA2. Grayscale: #393939. Windows color (decimal): -15317667 or 6112534. OLE color: 6112534.

HSL color Cylindrical-coordinate representation of color #16455D: hue angle of 200.28º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16455D is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 69 93 -
CMYK 0.76 0.26 0 0.64
HSL 200.28º 0.62% 0.23% -
HSV(B) 200.28º 0.76% 0.36% -
XYZ 4.43 5.22 11.13 -
YUV 57.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 22 69 93 0.76 0.26 0 0.64 200.28 0.62 0.23
Hex 16 45 5D 4C 1A 0 40 C8 3E 17
Octal 26 105 135 114 32 0 100 310 76 27
Binary 10110 1000101 1011101 1001100 11010 0 1000000 11001000 111110 10111

Color Harmonies of #16455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16455D

Black with #16455D

Text Example


Text Example

White with #16455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16455D; }

 p { color: rgb(22,69,93); }

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

background-color css

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

 a { background-color: rgb(22,69,93); }

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

border-color css

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

 span { border-color: rgb(22,69,93); }

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