#1A4175

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

Shades of Dark Cerulean #1A4175

Tints of Dark Cerulean #1A4175

Color information

#1A4175 (or 0x1A4175) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 41 and 75. RGB value is (26,65,117). Sum of RGB (Red+Green+Blue) = 26+65+117=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 65 (25.78% from 255 or 31.25% 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 #1A4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4175 is #E5BE8A. Grayscale: #3B3B3B. Windows color (decimal): -15056523 or 7684378. OLE color: 7684378.

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

Color convert

RGB2665117-
CMYK0.780.4400.54
HSL214.29º63.64%28.04%-
HSV(B)214.29º77.78%45.88%-
XYZ5.535.2817.56-
YUV59.27160.58104.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=12.5%
G=31.25%
B=56.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26651170.780.4400.54214.2963.6428.04
Hex1A41754E2C036d6401c
Octal321011651165406632610034
Binary11010100000111101011001110101100011011011010110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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