#19427A

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

Shades of Dark Cerulean #19427A

Tints of Dark Cerulean #19427A

Color information

#19427A (or 0x19427A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 7A. RGB value is (25,66,122). Sum of RGB (Red+Green+Blue) = 25+66+122=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #19427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19427A is #E6BD85. Grayscale: #3B3B3B. Windows color (decimal): -15121798 or 8012313. OLE color: 8012313.

HSL color Cylindrical-coordinate representation of color #19427A: hue angle of 214.64º 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 #19427A is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2566122-
CMYK0.800.4600.52
HSL214.64º65.99%28.82%-
HSV(B)214.64º79.51%47.84%-
XYZ5.865.5119.17-
YUV60.12162.92102.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=11.74%
G=30.99%
B=57.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25661220.800.4600.52214.6465.9928.82
Hex19427A502E034d7421d
Octal311021721205606432710235
Binary11001100001011110101010000101110011010011010111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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