#134767

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

Shades of Astronaut Blue #134767

Tints of Astronaut Blue #134767

Color information

#134767 (or 0x134767) is unknown color: approx Astronaut Blue. HEX triplet: 13, 47 and 67. RGB value is (19,71,103). Sum of RGB (Red+Green+Blue) = 19+71+103=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #134767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134767 is #ECB898. Grayscale: #3A3A3A. Windows color (decimal): -15513753 or 6768403. OLE color: 6768403.

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

Color convert

RGB1971103-
CMYK0.820.3100.60
HSL202.86º68.85%23.92%-
HSV(B)202.86º81.55%40.39%-
XYZ4.975.6213.66-
YUV59.1152.7799.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 103 (40.62% from 255) = 53.37%
R=9.84%
G=36.79%
B=53.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19711030.820.3100.60202.8668.8523.92
Hex134767521F03Ccb4518
Octal231071471223707431310530
Binary1001110001111100111101001011111011110011001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134767; }

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

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

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

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

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

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

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

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