#134967

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

Shades of Astronaut Blue #134967

Tints of Astronaut Blue #134967

Color information

#134967 (or 0x134967) is unknown color: approx Astronaut Blue. HEX triplet: 13, 49 and 67. RGB value is (19,73,103). Sum of RGB (Red+Green+Blue) = 19+73+103=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #134967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134967 is #ECB698. Grayscale: #3C3C3C. Windows color (decimal): -15513241 or 6768915. OLE color: 6768915.

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

Color convert

RGB1973103-
CMYK0.820.2900.60
HSL201.43º68.85%23.92%-
HSV(B)201.43º81.55%40.39%-
XYZ5.15.8813.7-
YUV60.27152.1198.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=9.74%
G=37.44%
B=52.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19731030.820.2900.60201.4368.8523.92
Hex134967521D03Cc94518
Octal231111471223507431110530
Binary1001110010011100111101001011101011110011001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134967; }

 p { color: rgb(19,73,103); }

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

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

 a { background-color: rgb(19,73,103); }

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

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

 span { border-color: rgb(19,73,103); }

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