Html Css Color HEX #15435E Astronaut Blue

📋 copy color: '#15435E'

red 21 ◦ green 67 ◦ blue 94

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

Shades of Astronaut Blue #15435E

Tints of Astronaut Blue #15435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 11.54%
G = 36.81%
B = 51.65%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15435E (or 0x15435E) is known color: Astronaut Blue. HEX triplet: 15, 43 and 5E. RGB value is (21,67,94). Sum of RGB (Red+Green+Blue) = 21+67+94=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #15435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435E is #EABCA1. Grayscale: #383838. Windows color (decimal): -15383714 or 6177557. OLE color: 6177557.

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

Color convert

RGB 21 67 94 -
CMYK 0.78 0.29 0 0.63
HSL 202.19º 0.63% 0.23% -
HSV(B) 202.19º 0.78% 0.37% -
XYZ 4.34 4.98 11.32 -
YUV 56.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 21 67 94 0.78 0.29 0 0.63 202.19 0.63 0.23
Hex 15 43 5E 4E 1D 0 3F CA 3F 17
Octal 25 103 136 116 35 0 77 312 77 27
Binary 10101 1000011 1011110 1001110 11101 0 111111 11001010 111111 10111

Color Harmonies of #15435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15435E

Black with #15435E

Text Example


Text Example

White with #15435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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