Html Css Color HEX #15475C Astronaut Blue

📋 copy color: '#15475C'

red 21 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #15475C

Tints of Astronaut Blue #15475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

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

R = 11.41%
G = 38.59%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15475C (or 0x15475C) is known color: Astronaut Blue. HEX triplet: 15, 47 and 5C. RGB value is (21,71,92). Sum of RGB (Red+Green+Blue) = 21+71+92=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #15475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15475C is #EAB8A3. Grayscale: #3A3A3A. Windows color (decimal): -15382692 or 6047509. OLE color: 6047509.

HSL color Cylindrical-coordinate representation of color #15475C: hue angle of 197.75º 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 #15475C is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 71 92 -
CMYK 0.77 0.23 0 0.64
HSL 197.75º 0.63% 0.22% -
HSV(B) 197.75º 0.77% 0.36% -
XYZ 4.49 5.44 10.94 -
YUV 58.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 21 71 92 0.77 0.23 0 0.64 197.75 0.63 0.22
Hex 15 47 5C 4D 17 0 40 C6 3F 16
Octal 25 107 134 115 27 0 100 306 77 26
Binary 10101 1000111 1011100 1001101 10111 0 1000000 11000110 111111 10110

Color Harmonies of #15475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15475C

Black with #15475C

Text Example


Text Example

White with #15475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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