#194CB6

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

Shades of Cerulean Blue #194CB6

Tints of Cerulean Blue #194CB6

Color information

#194CB6 (or 0x194CB6) is unknown color: approx Cerulean Blue. HEX triplet: 19, 4C and B6. RGB value is (25,76,182). Sum of RGB (Red+Green+Blue) = 25+76+182=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #194CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB6 is #E6B349. Grayscale: #484848. Windows color (decimal): -15119178 or 11947033. OLE color: 11947033.

HSL color Cylindrical-coordinate representation of color #194CB6: hue angle of 220.51º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194CB6 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2576182-
CMYK0.860.5800.29
HSL220.51º75.85%40.59%-
HSV(B)220.51º86.26%71.37%-
XYZ11.438.7545.34-
YUV72.83189.693.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.83%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=8.83%
G=26.86%
B=64.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25761820.860.5800.29220.5175.8540.59
Hex194CB6563A01Ddd4c29
Octal311142661267203533511451
Binary110011001100101101101010110111010011101110111011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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