#194EBA

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

Shades of Cerulean Blue #194EBA

Tints of Cerulean Blue #194EBA

Color information

#194EBA (or 0x194EBA) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and BA. RGB value is (25,78,186). Sum of RGB (Red+Green+Blue) = 25+78+186=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #194EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EBA is #E6B145. Grayscale: #494949. Windows color (decimal): -15118662 or 12209689. OLE color: 12209689.

HSL color Cylindrical-coordinate representation of color #194EBA: hue angle of 220.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194EBA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2578186-
CMYK0.870.5800.27
HSL220.25º76.3%41.37%-
HSV(B)220.25º86.56%72.94%-
XYZ11.999.247.6-
YUV74.46190.9492.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=8.65%
G=26.99%
B=64.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25781860.870.5800.27220.2576.341.37
Hex194EBA573A01Bdc4c29
Octal311162721277203333411451
Binary110011001110101110101010111111010011011110111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,78,186); }

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

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

 a { background-color: rgb(25,78,186); }

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

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

 span { border-color: rgb(25,78,186); }

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