#1B4B5D

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

Shades of Astronaut Blue #1B4B5D

Tints of Astronaut Blue #1B4B5D

Color information

#1B4B5D (or 0x1B4B5D) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 4B and 5D. RGB value is (27,75,93). Sum of RGB (Red+Green+Blue) = 27+75+93=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B4B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4B5D is #E4B4A2. Grayscale: #3E3E3E. Windows color (decimal): -14988451 or 6114075. OLE color: 6114075.

HSL color Cylindrical-coordinate representation of color #1B4B5D: hue angle of 196.36º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B4B5D is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB277593-
CMYK0.710.1900.64
HSL196.36º55%23.53%-
HSV(B)196.36º70.97%36.47%-
XYZ4.946.0611.26-
YUV62.7145.1102.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.85%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=13.85%
G=38.46%
B=47.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2775930.710.1900.64196.365523.53
Hex1B4B5D4713040c43718
Octal331131351072301003046730
Binary1101110010111011101100011110011010000001100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,75,93); }

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

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

 a { background-color: rgb(27,75,93); }

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

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

 span { border-color: rgb(27,75,93); }

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