Html Css Color HEX #15455C Astronaut Blue

📋 copy color: '#15455C'

red 21 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #15455C

Tints of Astronaut Blue #15455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.55%

R = 11.54%
G = 37.91%
B = 50.55%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15455C (or 0x15455C) is known color: Astronaut Blue. HEX triplet: 15, 45 and 5C. RGB value is (21,69,92). Sum of RGB (Red+Green+Blue) = 21+69+92=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #15455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15455C is #EABAA3. Grayscale: #393939. Windows color (decimal): -15383204 or 6046997. OLE color: 6046997.

HSL color Cylindrical-coordinate representation of color #15455C: hue angle of 199.44º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15455C is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 69 92 -
CMYK 0.77 0.25 0 0.64
HSL 199.44º 0.63% 0.22% -
HSV(B) 199.44º 0.77% 0.36% -
XYZ 4.37 5.19 10.9 -
YUV 57.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 21 69 92 0.77 0.25 0 0.64 199.44 0.63 0.22
Hex 15 45 5C 4D 19 0 40 C7 3F 16
Octal 25 105 134 115 31 0 100 307 77 26
Binary 10101 1000101 1011100 1001101 11001 0 1000000 11000111 111111 10110

Color Harmonies of #15455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15455C

Black with #15455C

Text Example


Text Example

White with #15455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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