#1A4B7C

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

Shades of Dark Cerulean #1A4B7C

Tints of Dark Cerulean #1A4B7C

Color information

#1A4B7C (or 0x1A4B7C) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 4B and 7C. RGB value is (26,75,124). Sum of RGB (Red+Green+Blue) = 26+75+124=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A4B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B7C is #E5B483. Grayscale: #414141. Windows color (decimal): -15053956 or 8145690. OLE color: 8145690.

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

Color convert

RGB2675124-
CMYK0.790.4000.51
HSL210º65.33%29.41%-
HSV(B)210º79.03%48.63%-
XYZ6.586.7120.02-
YUV65.94160.7799.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.56%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=11.56%
G=33.33%
B=55.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26751240.790.4000.5121065.3329.41
Hex1A4B7C4F28033d2411d
Octal321131741175006332210135
Binary11010100101111111001001111101000011001111010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,75,124); }

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

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

 a { background-color: rgb(26,75,124); }

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

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

 span { border-color: rgb(26,75,124); }

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