#194EB1

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

Shades of Cerulean Blue #194EB1

Tints of Cerulean Blue #194EB1

Color information

#194EB1 (or 0x194EB1) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and B1. RGB value is (25,78,177). Sum of RGB (Red+Green+Blue) = 25+78+177=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 177 (69.53% from 255 or 63.21% from 280); Max value from RGB is 177 - color contains mainly: blue. Hex color #194EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EB1 is #E6B14E. Grayscale: #484848. Windows color (decimal): -15118671 or 11619865. OLE color: 11619865.

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

Color convert

RGB2578177-
CMYK0.860.5600.31
HSL219.08º75.25%39.61%-
HSV(B)219.08º85.88%69.41%-
XYZ11.068.8342.72-
YUV73.44186.4493.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 177 (69.53% from 255) = 63.21%
R=8.93%
G=27.86%
B=63.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25781770.860.5600.31219.0875.2539.61
Hex194EB1563801Fdb4b28
Octal311162611267003733311350
Binary110011001110101100011010110111000011111110110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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