Html Css Color HEX #15485B Astronaut Blue

📋 copy color: '#15485B'

red 21 ◦ green 72 ◦ blue 91

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

Shades of Astronaut Blue #15485B

Tints of Astronaut Blue #15485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 11.41%
G = 39.13%
B = 49.46%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15485B (or 0x15485B) is known color: Astronaut Blue. HEX triplet: 15, 48 and 5B. RGB value is (21,72,91). Sum of RGB (Red+Green+Blue) = 21+72+91=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #15485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15485B is #EAB7A4. Grayscale: #3A3A3A. Windows color (decimal): -15382437 or 5982229. OLE color: 5982229.

HSL color Cylindrical-coordinate representation of color #15485B: hue angle of 196.29º degrees, saturation: 0.62, 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 #15485B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 72 91 -
CMYK 0.77 0.21 0 0.64
HSL 196.29º 0.63% 0.22% -
HSV(B) 196.29º 0.77% 0.36% -
XYZ 4.51 5.55 10.73 -
YUV 58.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 21 72 91 0.77 0.21 0 0.64 196.29 0.63 0.22
Hex 15 48 5B 4D 15 0 40 C4 3E 16
Octal 25 110 133 115 25 0 100 304 76 26
Binary 10101 1001000 1011011 1001101 10101 0 1000000 11000100 111110 10110

Color Harmonies of #15485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15485B

Black with #15485B

Text Example


Text Example

White with #15485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15485B; }

 p { color: rgb(21,72,91); }

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

background-color css

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

 a { background-color: rgb(21,72,91); }

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

border-color css

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

 span { border-color: rgb(21,72,91); }

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