#1A4075

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

Shades of Dark Cerulean #1A4075

Tints of Dark Cerulean #1A4075

Color information

#1A4075 (or 0x1A4075) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 40 and 75. RGB value is (26,64,117). Sum of RGB (Red+Green+Blue) = 26+64+117=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4075 is #E5BF8A. Grayscale: #3A3A3A. Windows color (decimal): -15056779 or 7684122. OLE color: 7684122.

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

Color convert

RGB2664117-
CMYK0.780.4500.54
HSL214.95º63.64%28.04%-
HSV(B)214.95º77.78%45.88%-
XYZ5.475.1717.54-
YUV58.68160.91104.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=12.56%
G=30.92%
B=56.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26641170.780.4500.54214.9563.6428.04
Hex1A40754E2D036d7401c
Octal321001651165506632710034
Binary11010100000011101011001110101101011011011010111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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