#194B82

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

Shades of Dark Cerulean #194B82

Tints of Dark Cerulean #194B82

Color information

#194B82 (or 0x194B82) is unknown color: approx Dark Cerulean. HEX triplet: 19, 4B and 82. RGB value is (25,75,130). Sum of RGB (Red+Green+Blue) = 25+75+130=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #194B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194B82 is #E6B47D. Grayscale: #424242. Windows color (decimal): -15119486 or 8538905. OLE color: 8538905.

HSL color Cylindrical-coordinate representation of color #194B82: hue angle of 211.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194B82 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2575130-
CMYK0.810.4200.49
HSL211.43º67.74%30.39%-
HSV(B)211.43º80.77%50.98%-
XYZ6.956.8522.08-
YUV66.32163.9498.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=10.87%
G=32.61%
B=56.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25751300.810.4200.49211.4367.7430.39
Hex194B82512A031d3441e
Octal311132021215206132310436
Binary110011001011100000101010001101010011000111010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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