Html Css Color HEX #15435F Astronaut Blue

📋 copy color: '#15435F'

red 21 ◦ green 67 ◦ blue 95

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

Shades of Astronaut Blue #15435F

Tints of Astronaut Blue #15435F

RGB

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

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

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

R = 11.48%
G = 36.61%
B = 51.91%

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

#15435F (or 0x15435F) is known color: Astronaut Blue. HEX triplet: 15, 43 and 5F. RGB value is (21,67,95). Sum of RGB (Red+Green+Blue) = 21+67+95=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #15435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435F is #EABCA0. Grayscale: #383838. Windows color (decimal): -15383713 or 6243093. OLE color: 6243093.

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

Color convert

RGB 21 67 95 -
CMYK 0.78 0.29 0 0.63
HSL 202.7º 0.64% 0.23% -
HSV(B) 202.7º 0.78% 0.37% -
XYZ 4.38 5 11.56 -
YUV 56.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 21 67 95 0.78 0.29 0 0.63 202.7 0.64 0.23
Hex 15 43 5F 4E 1D 0 3F CB 40 17
Octal 25 103 137 116 35 0 77 313 100 27
Binary 10101 1000011 1011111 1001110 11101 0 111111 11001011 1000000 10111

Color Harmonies of #15435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15435F

Black with #15435F

Text Example


Text Example

White with #15435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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