#19457A

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

Shades of Dark Cerulean #19457A

Tints of Dark Cerulean #19457A

Color information

#19457A (or 0x19457A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 45 and 7A. RGB value is (25,69,122). Sum of RGB (Red+Green+Blue) = 25+69+122=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #19457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19457A is #E6BA85. Grayscale: #3D3D3D. Windows color (decimal): -15121030 or 8013081. OLE color: 8013081.

HSL color Cylindrical-coordinate representation of color #19457A: hue angle of 212.78º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19457A is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2569122-
CMYK0.800.4300.52
HSL212.78º65.99%28.82%-
HSV(B)212.78º79.51%47.84%-
XYZ6.045.8719.23-
YUV61.89161.92101.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=11.57%
G=31.94%
B=56.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25691220.800.4300.52212.7865.9928.82
Hex19457A502B034d5421d
Octal311051721205306432510235
Binary11001100010111110101010000101011011010011010101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19457A; }

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

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

<style>
 a { background-color: #19457A; }

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

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

<style>
 span { border-color: #19457A; }

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

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