#134867

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

Shades of Astronaut Blue #134867

Tints of Astronaut Blue #134867

Color information

#134867 (or 0x134867) is unknown color: approx Astronaut Blue. HEX triplet: 13, 48 and 67. RGB value is (19,72,103). Sum of RGB (Red+Green+Blue) = 19+72+103=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #134867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134867 is #ECB798. Grayscale: #3B3B3B. Windows color (decimal): -15513497 or 6768659. OLE color: 6768659.

HSL color Cylindrical-coordinate representation of color #134867: hue angle of 202.14º 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 #134867 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1972103-
CMYK0.820.3000.60
HSL202.14º68.85%23.92%-
HSV(B)202.14º81.55%40.39%-
XYZ5.035.7513.68-
YUV59.69152.4498.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=9.79%
G=37.11%
B=53.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19721030.820.3000.60202.1468.8523.92
Hex134867521E03Cca4518
Octal231101471223607431210530
Binary1001110010001100111101001011110011110011001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134867; }

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

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

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

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

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

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

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

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