#134461

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

Shades of Astronaut Blue #134461

Tints of Astronaut Blue #134461

Color information

#134461 (or 0x134461) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 61. RGB value is (19,68,97). Sum of RGB (Red+Green+Blue) = 19+68+97=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #134461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134461 is #ECBB9E. Grayscale: #383838. Windows color (decimal): -15514527 or 6374419. OLE color: 6374419.

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

Color convert

RGB196897-
CMYK0.800.3000.62
HSL202.31º67.24%22.75%-
HSV(B)202.31º80.41%38.04%-
XYZ4.495.1412.06-
YUV56.65150.77101.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=10.33%
G=36.96%
B=52.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1968970.800.3000.62202.3167.2422.75
Hex134461501E03Eca4317
Octal231041411203607631210327
Binary1001110001001100001101000011110011111011001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134461; }

 p { color: rgb(19,68,97); }

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

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

 a { background-color: rgb(19,68,97); }

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

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

 span { border-color: rgb(19,68,97); }

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