#194372

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

Shades of Dark Cerulean #194372

Tints of Dark Cerulean #194372

Color information

#194372 (or 0x194372) is unknown color: approx Dark Cerulean. HEX triplet: 19, 43 and 72. RGB value is (25,67,114). Sum of RGB (Red+Green+Blue) = 25+67+114=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #194372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194372 is #E6BC8D. Grayscale: #3B3B3B. Windows color (decimal): -15121550 or 7488281. OLE color: 7488281.

HSL color Cylindrical-coordinate representation of color #194372: hue angle of 211.69º 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 #194372 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2567114-
CMYK0.780.4100.55
HSL211.69º64.03%27.25%-
HSV(B)211.69º78.07%44.71%-
XYZ5.455.4416.68-
YUV59.8158.59103.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=12.14%
G=32.52%
B=55.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25671140.780.4100.55211.6964.0327.25
Hex1943724E29037d4401b
Octal311031621165106732410033
Binary11001100001111100101001110101001011011111010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194372; }

 p { color: rgb(25,67,114); }

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

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

 a { background-color: rgb(25,67,114); }

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

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

 span { border-color: rgb(25,67,114); }

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