#134562

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

Shades of Astronaut Blue #134562

Tints of Astronaut Blue #134562

Color information

#134562 (or 0x134562) is unknown color: approx Astronaut Blue. HEX triplet: 13, 45 and 62. RGB value is (19,69,98). Sum of RGB (Red+Green+Blue) = 19+69+98=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #134562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134562 is #ECBA9D. Grayscale: #393939. Windows color (decimal): -15514270 or 6440211. OLE color: 6440211.

HSL color Cylindrical-coordinate representation of color #134562: hue angle of 202.03º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134562 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196998-
CMYK0.810.3000.62
HSL202.03º67.52%22.94%-
HSV(B)202.03º80.61%38.43%-
XYZ4.65.2812.33-
YUV57.36150.94100.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=10.22%
G=37.10%
B=52.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1969980.810.3000.62202.0367.5222.94
Hex134562511E03Eca4417
Octal231051421213607631210427
Binary1001110001011100010101000111110011111011001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134562; }

 p { color: rgb(19,69,98); }

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

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

 a { background-color: rgb(19,69,98); }

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

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

 span { border-color: rgb(19,69,98); }

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