#1B4667

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

Shades of Astronaut Blue #1B4667

Tints of Astronaut Blue #1B4667

Color information

#1B4667 (or 0x1B4667) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 46 and 67. RGB value is (27,70,103). Sum of RGB (Red+Green+Blue) = 27+70+103=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4667 is #E4B998. Grayscale: #3C3C3C. Windows color (decimal): -14989721 or 6768155. OLE color: 6768155.

HSL color Cylindrical-coordinate representation of color #1B4667: hue angle of 206.05º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4667 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2770103-
CMYK0.740.3200.60
HSL206.05º58.46%25.49%-
HSV(B)206.05º73.79%40.39%-
XYZ5.095.5913.64-
YUV60.9151.75103.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 103 (40.62% from 255) = 51.5%
R=13.5%
G=35%
B=51.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal27701030.740.3200.60206.0558.4625.49
Hex1B46674A2003Cce3a19
Octal33106147112400743167231
Binary1101110001101100111100101010000001111001100111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,103); }

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

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

 a { background-color: rgb(27,70,103); }

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

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

 span { border-color: rgb(27,70,103); }

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