#1B4075

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

Shades of Dark Cerulean #1B4075

Tints of Dark Cerulean #1B4075

Color information

#1B4075 (or 0x1B4075) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 40 and 75. RGB value is (27,64,117). Sum of RGB (Red+Green+Blue) = 27+64+117=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4075 is #E4BF8A. Grayscale: #3A3A3A. Windows color (decimal): -14991243 or 7684123. OLE color: 7684123.

HSL color Cylindrical-coordinate representation of color #1B4075: hue angle of 215.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4075 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2764117-
CMYK0.770.4500.54
HSL215.33º62.5%28.24%-
HSV(B)215.33º76.92%45.88%-
XYZ5.55.1817.54-
YUV58.98160.74105.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.98%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=12.98%
G=30.77%
B=56.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27641170.770.4500.54215.3362.528.24
Hex1B40754D2D036d73e1c
Octal33100165115550663277634
Binary1101110000001110101100110110110101101101101011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,117); }

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

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

 a { background-color: rgb(27,64,117); }

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

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

 span { border-color: rgb(27,64,117); }

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