#1B4680

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

Shades of Dark Cerulean #1B4680

Tints of Dark Cerulean #1B4680

Color information

#1B4680 (or 0x1B4680) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 46 and 80. RGB value is (27,70,128). Sum of RGB (Red+Green+Blue) = 27+70+128=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B4680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4680 is #E4B97F. Grayscale: #3F3F3F. Windows color (decimal): -14989696 or 8406555. OLE color: 8406555.

HSL color Cylindrical-coordinate representation of color #1B4680: hue angle of 214.46º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4680 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2770128-
CMYK0.790.4500.50
HSL214.46º65.16%30.39%-
HSV(B)214.46º78.91%50.2%-
XYZ6.546.1721.27-
YUV63.76164.25101.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=12%
G=31.11%
B=56.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27701280.790.4500.50214.4665.1630.39
Hex1B46804F2D032d6411e
Octal331062001175506232610136
Binary110111000110100000001001111101101011001011010110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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