#134462

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

Shades of Astronaut Blue #134462

Tints of Astronaut Blue #134462

Color information

#134462 (or 0x134462) is unknown color: approx Astronaut Blue. HEX triplet: 13, 44 and 62. RGB value is (19,68,98). Sum of RGB (Red+Green+Blue) = 19+68+98=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #134462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134462 is #ECBB9D. Grayscale: #383838. Windows color (decimal): -15514526 or 6439955. OLE color: 6439955.

HSL color Cylindrical-coordinate representation of color #134462: hue angle of 202.78º 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 #134462 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196898-
CMYK0.810.3100.62
HSL202.78º67.52%22.94%-
HSV(B)202.78º80.61%38.43%-
XYZ4.545.1512.31-
YUV56.77151.27101.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=10.27%
G=36.76%
B=52.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1968980.810.3100.62202.7867.5222.94
Hex134462511F03Ecb4417
Octal231041421213707631310427
Binary1001110001001100010101000111111011111011001011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134462; }

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

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

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

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

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

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

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

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