#13435C

Color #13435C Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #13435C

Tints of Astronaut Blue #13435C

Color information

#13435C (or 0x13435C) is unknown color: approx Astronaut Blue. HEX triplet: 13, 43 and 5C. RGB value is (19,67,92). Sum of RGB (Red+Green+Blue) = 19+67+92=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #13435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13435C is #ECBCA3. Grayscale: #373737. Windows color (decimal): -15514788 or 6046483. OLE color: 6046483.

HSL color Cylindrical-coordinate representation of color #13435C: hue angle of 200.55º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13435C is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196792-
CMYK0.790.2700.64
HSL200.55º65.77%21.76%-
HSV(B)200.55º79.35%36.08%-
XYZ4.214.9310.85-
YUV55.5148.6101.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=10.67%
G=37.64%
B=51.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1967920.790.2700.64200.5565.7721.76
Hex13435C4F1B040c94216
Octal2310313411733010031110226
Binary10011100001110111001001111110110100000011001001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13435C; }

 p { color: rgb(19,67,92); }

 H1.HeaderClassName
 {
   color: #13435C;
 }
 .AnyTagClassName
 {
   color: #13435C;
 }
</style>
background-color css

<style>
 a { background-color: #13435C; }

 a { background-color: rgb(19,67,92); }

 div.DivClassName
 {
   background-color: #13435C;
 }
 .BgClassName
 {
   background-color: #13435C;
 }
</style>
border-color css

<style>
 span { border-color: #13435C; }

 span { border-color: rgb(19,67,92); }

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