#1A4775

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

Shades of Dark Cerulean #1A4775

Tints of Dark Cerulean #1A4775

Color information

#1A4775 (or 0x1A4775) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 47 and 75. RGB value is (26,71,117). Sum of RGB (Red+Green+Blue) = 26+71+117=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4775 is #E5B88A. Grayscale: #3E3E3E. Windows color (decimal): -15054987 or 7685914. OLE color: 7685914.

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

Color convert

RGB2671117-
CMYK0.780.3900.54
HSL210.33º63.64%28.04%-
HSV(B)210.33º77.78%45.88%-
XYZ5.896.0117.68-
YUV62.79158.59101.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=12.15%
G=33.18%
B=54.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26711170.780.3900.54210.3363.6428.04
Hex1A47754E27036d2401c
Octal321071651164706632210034
Binary11010100011111101011001110100111011011011010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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