#194EC1

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

Shades of Cerulean Blue #194EC1

Tints of Cerulean Blue #194EC1

Color information

#194EC1 (or 0x194EC1) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4E and C1. RGB value is (25,78,193). Sum of RGB (Red+Green+Blue) = 25+78+193=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #194EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EC1 is #E6B13E. Grayscale: #4A4A4A. Windows color (decimal): -15118655 or 12668441. OLE color: 12668441.

HSL color Cylindrical-coordinate representation of color #194EC1: hue angle of 221.07º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194EC1 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2578193-
CMYK0.870.6000.24
HSL221.07º77.06%42.75%-
HSV(B)221.07º87.05%75.69%-
XYZ12.759.5151.61-
YUV75.26194.4492.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 193 (75.78% from 255) = 65.20%
R=8.45%
G=26.35%
B=65.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25781930.870.6000.24221.0777.0642.75
Hex194EC1573C018dd4d2b
Octal311163011277403033511553
Binary110011001110110000011010111111100011000110111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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