#194273

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

Shades of Dark Cerulean #194273

Tints of Dark Cerulean #194273

Color information

#194273 (or 0x194273) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 73. RGB value is (25,66,115). Sum of RGB (Red+Green+Blue) = 25+66+115=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #194273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194273 is #E6BD8C. Grayscale: #3B3B3B. Windows color (decimal): -15121805 or 7553561. OLE color: 7553561.

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

Color convert

RGB2566115-
CMYK0.780.4300.55
HSL212.67º64.29%27.45%-
HSV(B)212.67º78.26%45.1%-
XYZ5.445.3416.96-
YUV59.33159.42103.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 115 (45.31% from 255) = 55.83%
R=12.14%
G=32.04%
B=55.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25661150.780.4300.55212.6764.2927.45
Hex1942734E2B037d5401b
Octal311021631165306732510033
Binary11001100001011100111001110101011011011111010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194273; }

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

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

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

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

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

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

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

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