#194EB2

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

Shades of Cerulean Blue #194EB2

Tints of Cerulean Blue #194EB2

Color information

#194EB2 (or 0x194EB2) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and B2. RGB value is (25,78,178). Sum of RGB (Red+Green+Blue) = 25+78+178=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #194EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EB2 is #E6B14D. Grayscale: #494949. Windows color (decimal): -15118670 or 11685401. OLE color: 11685401.

HSL color Cylindrical-coordinate representation of color #194EB2: hue angle of 219.22º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194EB2 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2578178-
CMYK0.860.5600.30
HSL219.22º75.37%39.8%-
HSV(B)219.22º85.96%69.8%-
XYZ11.168.8743.24-
YUV73.55186.9493.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.90%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 178 (69.92% from 255) = 63.35%
R=8.90%
G=27.76%
B=63.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25781780.860.5600.30219.2275.3739.8
Hex194EB2563801Edb4b28
Octal311162621267003633311350
Binary110011001110101100101010110111000011110110110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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