#134766

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

Shades of Astronaut Blue #134766

Tints of Astronaut Blue #134766

Color information

#134766 (or 0x134766) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 66. RGB value is (19,71,102). Sum of RGB (Red+Green+Blue) = 19+71+102=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #134766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134766 is #ECB899. Grayscale: #3A3A3A. Windows color (decimal): -15513754 or 6702867. OLE color: 6702867.

HSL color Cylindrical-coordinate representation of color #134766: hue angle of 202.41º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134766 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1971102-
CMYK0.810.3000.6
HSL202.41º68.6%23.73%-
HSV(B)202.41º81.37%40%-
XYZ4.925.613.39-
YUV58.99152.2799.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=9.90%
G=36.98%
B=53.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19711020.810.3000.6202.4168.623.73
Hex134766511E03Cca4518
Octal231071461213607431210530
Binary1001110001111100110101000111110011110011001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134766; }

 p { color: rgb(19,71,102); }

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

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

 a { background-color: rgb(19,71,102); }

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

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

 span { border-color: rgb(19,71,102); }

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