#1A4875

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

Shades of Dark Cerulean #1A4875

Tints of Dark Cerulean #1A4875

Color information

#1A4875 (or 0x1A4875) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 48 and 75. RGB value is (26,72,117). Sum of RGB (Red+Green+Blue) = 26+72+117=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4875 is #E5B78A. Grayscale: #3F3F3F. Windows color (decimal): -15054731 or 7686170. OLE color: 7686170.

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

Color convert

RGB2672117-
CMYK0.780.3800.54
HSL209.67º63.64%28.04%-
HSV(B)209.67º77.78%45.88%-
XYZ5.956.1417.7-
YUV63.38158.26101.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=12.09%
G=33.49%
B=54.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26721170.780.3800.54209.6763.6428.04
Hex1A48754E26036d2401c
Octal321101651164606632210034
Binary11010100100011101011001110100110011011011010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,117); }

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

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

 a { background-color: rgb(26,72,117); }

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

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

 span { border-color: rgb(26,72,117); }

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