#194286

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

Shades of Dark Cerulean #194286

Tints of Dark Cerulean #194286

Color information

#194286 (or 0x194286) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 86. RGB value is (25,66,134). Sum of RGB (Red+Green+Blue) = 25+66+134=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #194286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194286 is #E6BD79. Grayscale: #3D3D3D. Windows color (decimal): -15121786 or 8798745. OLE color: 8798745.

HSL color Cylindrical-coordinate representation of color #194286: hue angle of 217.43º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194286 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2566134-
CMYK0.810.5100.47
HSL217.43º68.55%31.18%-
HSV(B)217.43º81.34%52.55%-
XYZ6.655.8223.33-
YUV61.49168.92101.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=11.11%
G=29.33%
B=59.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25661340.810.5100.47217.4368.5531.18
Hex194286513302Fd9451f
Octal311022061216305733110537
Binary110011000010100001101010001110011010111111011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194286; }

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

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

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

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

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

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

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

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