#1B3C7A

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

Shades of Dark Cerulean #1B3C7A

Tints of Dark Cerulean #1B3C7A

Color information

#1B3C7A (or 0x1B3C7A) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3C and 7A. RGB value is (27,60,122). Sum of RGB (Red+Green+Blue) = 27+60+122=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B3C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C7A is #E4C385. Grayscale: #383838. Windows color (decimal): -14992262 or 8010779. OLE color: 8010779.

HSL color Cylindrical-coordinate representation of color #1B3C7A: hue angle of 219.16º 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 #1B3C7A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2760122-
CMYK0.780.5100.52
HSL219.16º63.76%29.22%-
HSV(B)219.16º77.87%47.84%-
XYZ5.584.8719.06-
YUV57.2164.57106.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=12.92%
G=28.71%
B=58.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27601220.780.5100.52219.1663.7629.22
Hex1B3C7A4E33034db401d
Octal33741721166306433310035
Binary1101111110011110101001110110011011010011011011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,60,122); }

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

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

 a { background-color: rgb(27,60,122); }

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

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

 span { border-color: rgb(27,60,122); }

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