#194CC6

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

Shades of Cerulean Blue #194CC6

Tints of Cerulean Blue #194CC6

Color information

#194CC6 (or 0x194CC6) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4C and C6. RGB value is (25,76,198). Sum of RGB (Red+Green+Blue) = 25+76+198=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #194CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC6 is #E6B339. Grayscale: #4A4A4A. Windows color (decimal): -15119162 or 12995609. OLE color: 12995609.

HSL color Cylindrical-coordinate representation of color #194CC6: hue angle of 222.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194CC6 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2576198-
CMYK0.870.6200.22
HSL222.31º77.58%43.73%-
HSV(B)222.31º87.37%77.65%-
XYZ13.189.4554.56-
YUV74.66197.692.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 198 (77.73% from 255) = 66.22%
R=8.36%
G=25.42%
B=66.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal25761980.870.6200.22222.3177.5843.73
Hex194CC6573E016de4e2c
Octal311143061277602633611654
Binary110011001100110001101010111111110010110110111101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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