Html Css Color HEX #15455E Astronaut Blue

📋 copy color: '#15455E'

red 21 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #15455E

Tints of Astronaut Blue #15455E

RGB

 RED value IS 21 (8.59% from 255) = 11.41%

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

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 11.41%
G = 37.5%
B = 51.09%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15455E (or 0x15455E) is known color: Astronaut Blue. HEX triplet: 15, 45 and 5E. RGB value is (21,69,94). Sum of RGB (Red+Green+Blue) = 21+69+94=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #15455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455E is #EABAA1. Grayscale: #393939. Windows color (decimal): -15383202 or 6178069. OLE color: 6178069.

HSL color Cylindrical-coordinate representation of color #15455E: hue angle of 200.55º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15455E is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 69 94 -
CMYK 0.78 0.27 0 0.63
HSL 200.55º 0.63% 0.23% -
HSV(B) 200.55º 0.78% 0.37% -
XYZ 4.46 5.22 11.36 -
YUV 57.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 21 69 94 0.78 0.27 0 0.63 200.55 0.63 0.23
Hex 15 45 5E 4E 1B 0 3F C9 3F 17
Octal 25 105 136 116 33 0 77 311 77 27
Binary 10101 1000101 1011110 1001110 11011 0 111111 11001001 111111 10111

Color Harmonies of #15455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15455E

Black with #15455E

Text Example


Text Example

White with #15455E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15455E; }

 p { color: rgb(21,69,94); }

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

background-color css

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

 a { background-color: rgb(21,69,94); }

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

border-color css

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

 span { border-color: rgb(21,69,94); }

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