#194274

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

Shades of Dark Cerulean #194274

Tints of Dark Cerulean #194274

Color information

#194274 (or 0x194274) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 74. RGB value is (25,66,116). Sum of RGB (Red+Green+Blue) = 25+66+116=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #194274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194274 is #E6BD8B. Grayscale: #3B3B3B. Windows color (decimal): -15121804 or 7619097. OLE color: 7619097.

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

Color convert

RGB2566116-
CMYK0.780.4300.55
HSL212.97º64.54%27.65%-
HSV(B)212.97º78.45%45.49%-
XYZ5.55.3617.27-
YUV59.44159.92103.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=12.08%
G=31.88%
B=56.04%

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
Decimal25661160.780.4300.55212.9764.5427.65
Hex1942744E2B037d5411c
Octal311021641165306732510134
Binary11001100001011101001001110101011011011111010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194274; }

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

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

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

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

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

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

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

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