#1B3D81

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

Shades of Dark Cerulean #1B3D81

Tints of Dark Cerulean #1B3D81

Color information

#1B3D81 (or 0x1B3D81) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3D and 81. RGB value is (27,61,129). Sum of RGB (Red+Green+Blue) = 27+61+129=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B3D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3D81 is #E4C27E. Grayscale: #3A3A3A. Windows color (decimal): -14991999 or 8469787. OLE color: 8469787.

HSL color Cylindrical-coordinate representation of color #1B3D81: hue angle of 220º degrees, saturation: 0.65, 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 #1B3D81 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2761129-
CMYK0.790.5300.49
HSL220º65.38%30.59%-
HSV(B)220º79.07%50.59%-
XYZ6.085.1621.44-
YUV58.59167.74105.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.44%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 129 (50.78% from 255) = 59.45%
R=12.44%
G=28.11%
B=59.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27611290.790.5300.4922065.3830.59
Hex1B3D814F35031dc411f
Octal33752011176506133410137
Binary11011111101100000011001111110101011000111011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,61,129); }

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

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

 a { background-color: rgb(27,61,129); }

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

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

 span { border-color: rgb(27,61,129); }

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