#194CB5

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

Shades of Cerulean Blue #194CB5

Tints of Cerulean Blue #194CB5

Color information

#194CB5 (or 0x194CB5) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4C and B5. RGB value is (25,76,181). Sum of RGB (Red+Green+Blue) = 25+76+181=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #194CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB5 is #E6B34A. Grayscale: #484848. Windows color (decimal): -15119179 or 11881497. OLE color: 11881497.

HSL color Cylindrical-coordinate representation of color #194CB5: hue angle of 220.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194CB5 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2576181-
CMYK0.860.5800.29
HSL220.38º75.73%40.39%-
HSV(B)220.38º86.19%70.98%-
XYZ11.338.7144.8-
YUV72.72189.193.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 181 (71.09% from 255) = 64.18%
R=8.87%
G=26.95%
B=64.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25761810.860.5800.29220.3875.7340.39
Hex194CB5563A01Ddc4c28
Octal311142651267203533411450
Binary110011001100101101011010110111010011101110111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,76,181); }

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

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

 a { background-color: rgb(25,76,181); }

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

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

 span { border-color: rgb(25,76,181); }

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