Html Css Color HEX #194CA1 Cobalt

📋 copy color: '#194CA1'

red 25 ◦ green 76 ◦ blue 161

#194CA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #194CA1

Tints of Cobalt #194CA1

RGB

 RED value IS 25 (10.16% from 255) = 9.54%

 GREEN value IS 76 (30.08% from 255) = 29.01%

 BLUE value IS 161 (63.28% from 255) = 61.45%

R = 9.54%
G = 29.01%
B = 61.45%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#194CA1 (or 0x194CA1) is known color: Cobalt. HEX triplet: 19, 4C and A1. RGB value is (25,76,161). Sum of RGB (Red+Green+Blue) = 25+76+161=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #194CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194CA1 is #E6B35E. Grayscale: #464646. Windows color (decimal): -15119199 or 10570777. OLE color: 10570777.

HSL color Cylindrical-coordinate representation of color #194CA1: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194CA1 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 76 161 -
CMYK 0.84 0.53 0 0.37
HSL 217.5º 0.73% 0.36% -
HSV(B) 217.5º 0.84% 0.63% -
XYZ 9.42 7.95 34.76 -
YUV 70.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 25 76 161 0.84 0.53 0 0.37 217.5 0.73 0.36
Hex 19 4C A1 54 35 0 25 DA 49 24
Octal 31 114 241 124 65 0 45 332 111 44
Binary 11001 1001100 10100001 1010100 110101 0 100101 11011010 1001001 100100

Color Harmonies of #194CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CA1

Black with #194CA1

Text Example


Text Example

White with #194CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #194CA1;
 }
 .AnyTagClassName
 {
   color: #194CA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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