Html Css Color HEX #15425F Astronaut Blue

📋 copy color: '#15425F'

red 21 ◦ green 66 ◦ blue 95

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

Shades of Astronaut Blue #15425F

Tints of Astronaut Blue #15425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 11.54%
G = 36.26%
B = 52.2%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15425F (or 0x15425F) is known color: Astronaut Blue. HEX triplet: 15, 42 and 5F. RGB value is (21,66,95). Sum of RGB (Red+Green+Blue) = 21+66+95=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #15425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15425F is #EABDA0. Grayscale: #373737. Windows color (decimal): -15383969 or 6242837. OLE color: 6242837.

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

Color convert

RGB 21 66 95 -
CMYK 0.78 0.31 0 0.63
HSL 203.51º 0.64% 0.23% -
HSV(B) 203.51º 0.78% 0.37% -
XYZ 4.32 4.88 11.54 -
YUV 55.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 21 66 95 0.78 0.31 0 0.63 203.51 0.64 0.23
Hex 15 42 5F 4E 1F 0 3F CC 40 17
Octal 25 102 137 116 37 0 77 314 100 27
Binary 10101 1000010 1011111 1001110 11111 0 111111 11001100 1000000 10111

Color Harmonies of #15425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15425F

Black with #15425F

Text Example


Text Example

White with #15425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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