#19468B

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

Shades of Dark Cerulean #19468B

Tints of Dark Cerulean #19468B

Color information

#19468B (or 0x19468B) is unknown color: approx Dark Cerulean. HEX triplet: 19, 46 and 8B. RGB value is (25,70,139). Sum of RGB (Red+Green+Blue) = 25+70+139=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #19468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19468B is #E6B974. Grayscale: #404040. Windows color (decimal): -15120757 or 9127449. OLE color: 9127449.

HSL color Cylindrical-coordinate representation of color #19468B: hue angle of 216.32º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19468B is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2570139-
CMYK0.820.5000.45
HSL216.32º69.51%32.16%-
HSV(B)216.32º82.01%54.51%-
XYZ7.256.4525.29-
YUV64.41170.0999.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=10.68%
G=29.91%
B=59.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25701390.820.5000.45216.3269.5132.16
Hex19468B523202Dd84620
Octal311062131226205533010640
Binary1100110001101000101110100101100100101101110110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19468B; }

 p { color: rgb(25,70,139); }

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

<style>
 a { background-color: #19468B; }

 a { background-color: rgb(25,70,139); }

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

<style>
 span { border-color: #19468B; }

 span { border-color: rgb(25,70,139); }

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