Html Css Color HEX #15435A Astronaut Blue

📋 copy color: '#15435A'

red 21 ◦ green 67 ◦ blue 90

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

Shades of Astronaut Blue #15435A

Tints of Astronaut Blue #15435A

RGB

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

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

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

R = 11.8%
G = 37.64%
B = 50.56%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15435A (or 0x15435A) is known color: Astronaut Blue. HEX triplet: 15, 43 and 5A. RGB value is (21,67,90). Sum of RGB (Red+Green+Blue) = 21+67+90=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #15435A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435A is #EABCA5. Grayscale: #373737. Windows color (decimal): -15383718 or 5915413. OLE color: 5915413.

HSL color Cylindrical-coordinate representation of color #15435A: hue angle of 200º 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 #15435A is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 67 90 -
CMYK 0.77 0.26 0 0.65
HSL 200º 0.62% 0.22% -
HSV(B) 200º 0.77% 0.35% -
XYZ 4.16 4.91 10.4 -
YUV 55.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 21 67 90 0.77 0.26 0 0.65 200 0.62 0.22
Hex 15 43 5A 4D 1A 0 41 C8 3E 16
Octal 25 103 132 115 32 0 101 310 76 26
Binary 10101 1000011 1011010 1001101 11010 0 1000001 11001000 111110 10110

Color Harmonies of #15435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15435A

Black with #15435A

Text Example


Text Example

White with #15435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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