#1A467A

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

Shades of Dark Cerulean #1A467A

Tints of Dark Cerulean #1A467A

Color information

#1A467A (or 0x1A467A) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 46 and 7A. RGB value is (26,70,122). Sum of RGB (Red+Green+Blue) = 26+70+122=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A467A is #E5B985. Grayscale: #3E3E3E. Windows color (decimal): -15055238 or 8013338. OLE color: 8013338.

HSL color Cylindrical-coordinate representation of color #1A467A: hue angle of 212.5º 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 #1A467A is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2670122-
CMYK0.790.4300.52
HSL212.5º64.86%29.02%-
HSV(B)212.5º78.69%47.84%-
XYZ6.136.0119.25-
YUV62.77161.42101.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=11.93%
G=32.11%
B=55.96%

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
Decimal26701220.790.4300.52212.564.8629.02
Hex1A467A4F2B034d4411d
Octal321061721175306432410135
Binary11010100011011110101001111101011011010011010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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