#1B4566

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

Shades of Astronaut Blue #1B4566

Tints of Astronaut Blue #1B4566

Color information

#1B4566 (or 0x1B4566) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 45 and 66. RGB value is (27,69,102). Sum of RGB (Red+Green+Blue) = 27+69+102=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #1B4566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4566 is #E4BA99. Grayscale: #3C3C3C. Windows color (decimal): -14989978 or 6702363. OLE color: 6702363.

HSL color Cylindrical-coordinate representation of color #1B4566: hue angle of 206.4º 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 #1B4566 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2769102-
CMYK0.740.3200.6
HSL206.4º58.14%25.29%-
HSV(B)206.4º73.53%40%-
XYZ4.985.4513.36-
YUV60.2151.59104.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 102 (40.23% from 255) = 51.52%
R=13.64%
G=34.85%
B=51.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal27691020.740.3200.6206.458.1425.29
Hex1B45664A2003Cce3a19
Octal33105146112400743167231
Binary1101110001011100110100101010000001111001100111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,69,102); }

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

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

 a { background-color: rgb(27,69,102); }

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

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

 span { border-color: rgb(27,69,102); }

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