#194EA5

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

Shades of Cobalt #194EA5

Tints of Cobalt #194EA5

Color information

#194EA5 (or 0x194EA5) is unknown color: approx Cobalt. HEX triplet: 19, 4E and A5. RGB value is (25,78,165). Sum of RGB (Red+Green+Blue) = 25+78+165=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #194EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EA5 is #E6B15A. Grayscale: #474747. Windows color (decimal): -15118683 or 10833433. OLE color: 10833433.

HSL color Cylindrical-coordinate representation of color #194EA5: hue angle of 217.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194EA5 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2578165-
CMYK0.850.5300.35
HSL217.29º73.68%37.25%-
HSV(B)217.29º84.85%64.71%-
XYZ9.928.3736.69-
YUV72.07180.4494.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 165 (64.84% from 255) = 61.57%
R=9.33%
G=29.10%
B=61.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25781650.850.5300.35217.2973.6837.25
Hex194EA55535023d94a25
Octal311162451256504333111245
Binary1100110011101010010110101011101010100011110110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,78,165); }

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

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

 a { background-color: rgb(25,78,165); }

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

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

 span { border-color: rgb(25,78,165); }

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