#194CC3

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

Shades of Cerulean Blue #194CC3

Tints of Cerulean Blue #194CC3

Color information

#194CC3 (or 0x194CC3) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4C and C3. RGB value is (25,76,195). Sum of RGB (Red+Green+Blue) = 25+76+195=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 195 (76.56% from 255 or 65.88% from 296); Max value from RGB is 195 - color contains mainly: blue. Hex color #194CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC3 is #E6B33C. Grayscale: #494949. Windows color (decimal): -15119165 or 12799001. OLE color: 12799001.

HSL color Cylindrical-coordinate representation of color #194CC3: hue angle of 222º 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 #194CC3 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2576195-
CMYK0.870.6100.24
HSL222º77.27%43.14%-
HSV(B)222º87.18%76.47%-
XYZ12.849.3252.75-
YUV74.32196.192.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 195 (76.56% from 255) = 65.88%
R=8.45%
G=25.68%
B=65.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25761950.870.6100.2422277.2743.14
Hex194CC3573D018de4d2b
Octal311143031277503033611553
Binary110011001100110000111010111111101011000110111101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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