#194CA7

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

Shades of Cobalt #194CA7

Tints of Cobalt #194CA7

Color information

#194CA7 (or 0x194CA7) is unknown color: approx Cobalt. HEX triplet: 19, 4C and A7. RGB value is (25,76,167). Sum of RGB (Red+Green+Blue) = 25+76+167=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #194CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194CA7 is #E6B358. Grayscale: #464646. Windows color (decimal): -15119193 or 10963993. OLE color: 10963993.

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

Color convert

RGB2576167-
CMYK0.850.5400.35
HSL218.45º73.96%37.65%-
HSV(B)218.45º85.03%65.49%-
XYZ9.968.1737.61-
YUV71.12182.195.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 167 (65.62% from 255) = 62.31%
R=9.33%
G=28.36%
B=62.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal25761670.850.5400.35218.4573.9637.65
Hex194CA75536023da4a26
Octal311142471256604333211246
Binary1100110011001010011110101011101100100011110110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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