#134465

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

Shades of Astronaut Blue #134465

Tints of Astronaut Blue #134465

Color information

#134465 (or 0x134465) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 65. RGB value is (19,68,101). Sum of RGB (Red+Green+Blue) = 19+68+101=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #134465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134465 is #ECBB9A. Grayscale: #383838. Windows color (decimal): -15514523 or 6636563. OLE color: 6636563.

HSL color Cylindrical-coordinate representation of color #134465: hue angle of 204.15º degrees, saturation: 0.68, 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 #134465 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1968101-
CMYK0.810.3300.60
HSL204.15º68.33%23.53%-
HSV(B)204.15º81.19%39.61%-
XYZ4.685.2113.07-
YUV57.11152.77100.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=10.11%
G=36.17%
B=53.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19681010.810.3300.60204.1568.3323.53
Hex134465512103Ccc4418
Octal231041451214107431410430
Binary10011100010011001011010001100001011110011001100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134465; }

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

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

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

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

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

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

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

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