#194270

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

Shades of Dark Cerulean #194270

Tints of Dark Cerulean #194270

Color information

#194270 (or 0x194270) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 70. RGB value is (25,66,112). Sum of RGB (Red+Green+Blue) = 25+66+112=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #194270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194270 is #E6BD8F. Grayscale: #3A3A3A. Windows color (decimal): -15121808 or 7356953. OLE color: 7356953.

HSL color Cylindrical-coordinate representation of color #194270: hue angle of 211.72º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194270 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2566112-
CMYK0.780.4100.56
HSL211.72º63.5%26.86%-
HSV(B)211.72º77.68%43.92%-
XYZ5.275.2716.07-
YUV58.98157.92103.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=12.32%
G=32.51%
B=55.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25661120.780.4100.56211.7263.526.86
Hex1942704E29038d4401b
Octal311021601165107032410033
Binary11001100001011100001001110101001011100011010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194270; }

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

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

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

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

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

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

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

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