#1B4582

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

Shades of Dark Cerulean #1B4582

Tints of Dark Cerulean #1B4582

Color information

#1B4582 (or 0x1B4582) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 45 and 82. RGB value is (27,69,130). Sum of RGB (Red+Green+Blue) = 27+69+130=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4582 is #E4BA7D. Grayscale: #3F3F3F. Windows color (decimal): -14989950 or 8537371. OLE color: 8537371.

HSL color Cylindrical-coordinate representation of color #1B4582: hue angle of 215.53º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4582 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2769130-
CMYK0.790.4700.49
HSL215.53º65.61%30.78%-
HSV(B)215.53º79.23%50.98%-
XYZ6.616.121.95-
YUV63.4165.59102.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=11.95%
G=30.53%
B=57.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27691300.790.4700.49215.5365.6130.78
Hex1B45824F2F031d8421f
Octal331052021175706133010237
Binary110111000101100000101001111101111011000111011000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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