#194AD6

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

Shades of Cerulean Blue #194AD6

Tints of Cerulean Blue #194AD6

Color information

#194AD6 (or 0x194AD6) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4A and D6. RGB value is (25,74,214). Sum of RGB (Red+Green+Blue) = 25+74+214=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #194AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD6 is #E6B529. Grayscale: #4A4A4A. Windows color (decimal): -15119658 or 14043673. OLE color: 14043673.

HSL color Cylindrical-coordinate representation of color #194AD6: hue angle of 224.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194AD6 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2574214-
CMYK0.880.6500.16
HSL224.44º79.08%46.86%-
HSV(B)224.44º88.32%83.92%-
XYZ14.999.9664.75-
YUV75.31206.2792.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 214 (83.98% from 255) = 68.37%
R=7.99%
G=23.64%
B=68.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25742140.880.6500.16224.4479.0846.86
Hex194AD65841010e04f2f
Octal3111232613010102034011757
Binary1100110010101101011010110001000001010000111000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,74,214); }

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

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

 a { background-color: rgb(25,74,214); }

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

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

 span { border-color: rgb(25,74,214); }

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