#194C7A

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

Shades of Dark Cerulean #194C7A

Tints of Dark Cerulean #194C7A

Color information

#194C7A (or 0x194C7A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 4C and 7A. RGB value is (25,76,122). Sum of RGB (Red+Green+Blue) = 25+76+122=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #194C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C7A is #E6B385. Grayscale: #414141. Windows color (decimal): -15119238 or 8014873. OLE color: 8014873.

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

Color convert

RGB2576122-
CMYK0.800.3800.52
HSL208.45º65.99%28.82%-
HSV(B)208.45º79.51%47.84%-
XYZ6.56.7819.38-
YUV66159.698.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=11.21%
G=34.08%
B=54.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25761220.800.3800.52208.4565.9928.82
Hex194C7A5026034d0421d
Octal311141721204606432010235
Binary11001100110011110101010000100110011010011010000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C7A; }

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

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

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

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

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

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

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

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