Html Css Color HEX #15425E Astronaut Blue

📋 copy color: '#15425E'

red 21 ◦ green 66 ◦ blue 94

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

Shades of Astronaut Blue #15425E

Tints of Astronaut Blue #15425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 11.6%
G = 36.46%
B = 51.93%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15425E (or 0x15425E) is known color: Astronaut Blue. HEX triplet: 15, 42 and 5E. RGB value is (21,66,94). Sum of RGB (Red+Green+Blue) = 21+66+94=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #15425E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15425E is #EABDA1. Grayscale: #373737. Windows color (decimal): -15383970 or 6177301. OLE color: 6177301.

HSL color Cylindrical-coordinate representation of color #15425E: hue angle of 203.01º 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 #15425E is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 66 94 -
CMYK 0.78 0.30 0 0.63
HSL 203.01º 0.63% 0.23% -
HSV(B) 203.01º 0.78% 0.37% -
XYZ 4.28 4.86 11.3 -
YUV 55.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 21 66 94 0.78 0.30 0 0.63 203.01 0.63 0.23
Hex 15 42 5E 4E 1E 0 3F CB 3F 17
Octal 25 102 136 116 36 0 77 313 77 27
Binary 10101 1000010 1011110 1001110 11110 0 111111 11001011 111111 10111

Color Harmonies of #15425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15425E

Black with #15425E

Text Example


Text Example

White with #15425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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