#1A457A

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

Shades of Dark Cerulean #1A457A

Tints of Dark Cerulean #1A457A

Color information

#1A457A (or 0x1A457A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 45 and 7A. RGB value is (26,69,122). Sum of RGB (Red+Green+Blue) = 26+69+122=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A457A is #E5BA85. Grayscale: #3D3D3D. Windows color (decimal): -15055494 or 8013082. OLE color: 8013082.

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

Color convert

RGB2669122-
CMYK0.790.4300.52
HSL213.12º64.86%29.02%-
HSV(B)213.12º78.69%47.84%-
XYZ6.075.8819.23-
YUV62.18161.75102.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=11.98%
G=31.80%
B=56.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26691220.790.4300.52213.1264.8629.02
Hex1A457A4F2B034d5411d
Octal321051721175306432510135
Binary11010100010111110101001111101011011010011010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,69,122); }

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

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

 a { background-color: rgb(26,69,122); }

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

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

 span { border-color: rgb(26,69,122); }

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