#1B4768

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

Shades of Astronaut Blue #1B4768

Tints of Astronaut Blue #1B4768

Color information

#1B4768 (or 0x1B4768) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 47 and 68. RGB value is (27,71,104). Sum of RGB (Red+Green+Blue) = 27+71+104=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4768 is #E4B897. Grayscale: #3D3D3D. Windows color (decimal): -14989464 or 6833947. OLE color: 6833947.

HSL color Cylindrical-coordinate representation of color #1B4768: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4768 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2771104-
CMYK0.740.3200.59
HSL205.71º58.78%25.69%-
HSV(B)205.71º74.04%40.78%-
XYZ5.25.7413.93-
YUV61.61151.92103.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 104 (41.02% from 255) = 51.49%
R=13.37%
G=35.15%
B=51.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27711040.740.3200.59205.7158.7825.69
Hex1B47684A2003Bce3b1a
Octal33107150112400733167332
Binary1101110001111101000100101010000001110111100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4768; }

 p { color: rgb(27,71,104); }

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

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

 a { background-color: rgb(27,71,104); }

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

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

 span { border-color: rgb(27,71,104); }

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