#194272

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

Shades of Dark Cerulean #194272

Tints of Dark Cerulean #194272

Color information

#194272 (or 0x194272) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 72. RGB value is (25,66,114). Sum of RGB (Red+Green+Blue) = 25+66+114=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #194272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194272 is #E6BD8D. Grayscale: #3A3A3A. Windows color (decimal): -15121806 or 7488025. OLE color: 7488025.

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

Color convert

RGB2566114-
CMYK0.780.4200.55
HSL212.36º64.03%27.25%-
HSV(B)212.36º78.07%44.71%-
XYZ5.395.3216.66-
YUV59.21158.92103.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=12.20%
G=32.20%
B=55.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25661140.780.4200.55212.3664.0327.25
Hex1942724E2A037d4401b
Octal311021621165206732410033
Binary11001100001011100101001110101010011011111010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194272; }

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

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

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

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

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

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

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

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