#194BC6

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

Shades of Cerulean Blue #194BC6

Tints of Cerulean Blue #194BC6

Color information

#194BC6 (or 0x194BC6) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4B and C6. RGB value is (25,75,198). Sum of RGB (Red+Green+Blue) = 25+75+198=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 198 (77.73% from 255 or 66.44% from 298); Max value from RGB is 198 - color contains mainly: blue. Hex color #194BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BC6 is #E6B439. Grayscale: #494949. Windows color (decimal): -15119418 or 12995353. OLE color: 12995353.

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

Color convert

RGB2575198-
CMYK0.870.6200.22
HSL222.66º77.58%43.73%-
HSV(B)222.66º87.37%77.65%-
XYZ13.119.3254.53-
YUV74.07197.9493-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 198 (77.73% from 255) = 66.44%
R=8.39%
G=25.17%
B=66.44%

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
Decimal25751980.870.6200.22222.6677.5843.73
Hex194BC6573E016df4e2c
Octal311133061277602633711654
Binary110011001011110001101010111111110010110110111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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