#134464

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

Shades of Astronaut Blue #134464

Tints of Astronaut Blue #134464

Color information

#134464 (or 0x134464) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 64. RGB value is (19,68,100). Sum of RGB (Red+Green+Blue) = 19+68+100=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #134464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134464 is #ECBB9B. Grayscale: #383838. Windows color (decimal): -15514524 or 6571027. OLE color: 6571027.

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

Color convert

RGB1968100-
CMYK0.810.3200.61
HSL203.7º68.07%23.33%-
HSV(B)203.7º81%39.22%-
XYZ4.645.1912.81-
YUV57152.27100.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 100 (39.45% from 255) = 53.48%
R=10.16%
G=36.36%
B=53.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19681000.810.3200.61203.768.0723.33
Hex134464512003Dcc4417
Octal231041441214007531410427
Binary10011100010011001001010001100000011110111001100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134464; }

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

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

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

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

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

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

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

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