Html Css Color HEX #15415A Astronaut Blue

📋 copy color: '#15415A'

red 21 ◦ green 65 ◦ blue 90

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

Shades of Astronaut Blue #15415A

Tints of Astronaut Blue #15415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 11.93%
G = 36.93%
B = 51.14%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15415A (or 0x15415A) is known color: Astronaut Blue. HEX triplet: 15, 41 and 5A. RGB value is (21,65,90). Sum of RGB (Red+Green+Blue) = 21+65+90=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #15415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415A is #EABEA5. Grayscale: #363636. Windows color (decimal): -15384230 or 5914901. OLE color: 5914901.

HSL color Cylindrical-coordinate representation of color #15415A: hue angle of 201.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15415A is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 65 90 -
CMYK 0.77 0.28 0 0.65
HSL 201.74º 0.62% 0.22% -
HSV(B) 201.74º 0.77% 0.35% -
XYZ 4.05 4.68 10.36 -
YUV 54.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 21 65 90 0.77 0.28 0 0.65 201.74 0.62 0.22
Hex 15 41 5A 4D 1C 0 41 CA 3E 16
Octal 25 101 132 115 34 0 101 312 76 26
Binary 10101 1000001 1011010 1001101 11100 0 1000001 11001010 111110 10110

Color Harmonies of #15415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15415A

Black with #15415A

Text Example


Text Example

White with #15415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15415A; }

 p { color: rgb(21,65,90); }

 H1.HeaderClassName
 {
   color: #15415A;
 }
 .AnyTagClassName
 {
   color: #15415A;
 }
</style>

background-color css

<style>
 a { background-color: #15415A; }

 a { background-color: rgb(21,65,90); }

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

border-color css

<style>
 span { border-color: #15415A; }

 span { border-color: rgb(21,65,90); }

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