#19447D

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

Shades of Dark Cerulean #19447D

Tints of Dark Cerulean #19447D

Color information

#19447D (or 0x19447D) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 7D. RGB value is (25,68,125). Sum of RGB (Red+Green+Blue) = 25+68+125=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #19447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19447D is #E6BB82. Grayscale: #3D3D3D. Windows color (decimal): -15121283 or 8209433. OLE color: 8209433.

HSL color Cylindrical-coordinate representation of color #19447D: hue angle of 214.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19447D is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2568125-
CMYK0.80.4600.51
HSL214.2º66.67%29.41%-
HSV(B)214.2º80%49.02%-
XYZ6.175.8220.2-
YUV61.64163.75101.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=11.47%
G=31.19%
B=57.34%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25681250.80.4600.51214.266.6729.41
Hex19447D502E033d6431d
Octal311041751205606332610335
Binary11001100010011111011010000101110011001111010110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19447D; }

 p { color: rgb(25,68,125); }

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

<style>
 a { background-color: #19447D; }

 a { background-color: rgb(25,68,125); }

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

<style>
 span { border-color: #19447D; }

 span { border-color: rgb(25,68,125); }

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