Html Css Color HEX #15425B Astronaut Blue

📋 copy color: '#15425B'

red 21 ◦ green 66 ◦ blue 91

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

Shades of Astronaut Blue #15425B

Tints of Astronaut Blue #15425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.12%

R = 11.8%
G = 37.08%
B = 51.12%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15425B (or 0x15425B) is known color: Astronaut Blue. HEX triplet: 15, 42 and 5B. RGB value is (21,66,91). Sum of RGB (Red+Green+Blue) = 21+66+91=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #15425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15425B is #EABDA4. Grayscale: #373737. Windows color (decimal): -15383973 or 5980693. OLE color: 5980693.

HSL color Cylindrical-coordinate representation of color #15425B: hue angle of 201.43º degrees, saturation: 0.62, 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 #15425B is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 66 91 -
CMYK 0.77 0.27 0 0.64
HSL 201.43º 0.63% 0.22% -
HSV(B) 201.43º 0.77% 0.36% -
XYZ 4.15 4.81 10.61 -
YUV 55.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 21 66 91 0.77 0.27 0 0.64 201.43 0.63 0.22
Hex 15 42 5B 4D 1B 0 40 C9 3E 16
Octal 25 102 133 115 33 0 100 311 76 26
Binary 10101 1000010 1011011 1001101 11011 0 1000000 11001001 111110 10110

Color Harmonies of #15425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15425B

Black with #15425B

Text Example


Text Example

White with #15425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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