#1B457B

Color #1B457B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1B457B

Tints of Dark Cerulean #1B457B

Color information

#1B457B (or 0x1B457B) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 45 and 7B. RGB value is (27,69,123). Sum of RGB (Red+Green+Blue) = 27+69+123=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B457B is #E4BA84. Grayscale: #3E3E3E. Windows color (decimal): -14989957 or 8078619. OLE color: 8078619.

HSL color Cylindrical-coordinate representation of color #1B457B: hue angle of 213.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B457B is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2769123-
CMYK0.780.4400.52
HSL213.75º64%29.41%-
HSV(B)213.75º78.05%48.24%-
XYZ6.165.9219.56-
YUV62.6162.09102.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=12.33%
G=31.51%
B=56.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27691230.780.4400.52213.756429.41
Hex1B457B4E2C034d6401d
Octal331051731165406432610035
Binary11011100010111110111001110101100011010011010110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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