#1B455F

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

Shades of Astronaut Blue #1B455F

Tints of Astronaut Blue #1B455F

Color information

#1B455F (or 0x1B455F) is unknown color: approx Astronaut Blue. HEX triplet: 1B, 45 and 5F. RGB value is (27,69,95). Sum of RGB (Red+Green+Blue) = 27+69+95=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B455F is #E4BAA0. Grayscale: #3B3B3B. Windows color (decimal): -14989985 or 6243611. OLE color: 6243611.

HSL color Cylindrical-coordinate representation of color #1B455F: hue angle of 202.94º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B455F is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB276995-
CMYK0.720.2700.63
HSL202.94º55.74%23.92%-
HSV(B)202.94º71.58%37.25%-
XYZ4.655.3211.61-
YUV59.41148.09104.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.14%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=14.14%
G=36.13%
B=49.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2769950.720.2700.63202.9455.7423.92
Hex1B455F481B03Fcb3818
Octal33105137110330773137030
Binary110111000101101111110010001101101111111100101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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