Html Css Color HEX #15496B Astronaut Blue

📋 copy color: '#15496B'

red 21 ◦ green 73 ◦ blue 107

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

Shades of Astronaut Blue #15496B

Tints of Astronaut Blue #15496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 10.45%
G = 36.32%
B = 53.23%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15496B (or 0x15496B) is known color: Astronaut Blue. HEX triplet: 15, 49 and 6B. RGB value is (21,73,107). Sum of RGB (Red+Green+Blue) = 21+73+107=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #15496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15496B is #EAB694. Grayscale: #3D3D3D. Windows color (decimal): -15382165 or 7031061. OLE color: 7031061.

HSL color Cylindrical-coordinate representation of color #15496B: hue angle of 203.72º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15496B is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 73 107 -
CMYK 0.80 0.32 0 0.58
HSL 203.72º 0.67% 0.25% -
HSV(B) 203.72º 0.8% 0.42% -
XYZ 5.35 5.99 14.78 -
YUV 61.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 21 73 107 0.80 0.32 0 0.58 203.72 0.67 0.25
Hex 15 49 6B 50 20 0 3A CC 43 19
Octal 25 111 153 120 40 0 72 314 103 31
Binary 10101 1001001 1101011 1010000 100000 0 111010 11001100 1000011 11001

Color Harmonies of #15496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15496B

Black with #15496B

Text Example


Text Example

White with #15496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,73,107); }

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

background-color css

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

 a { background-color: rgb(21,73,107); }

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

border-color css

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

 span { border-color: rgb(21,73,107); }

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