Html Css Color HEX #194CAC Cobalt

📋 copy color: '#194CAC'

red 25 ◦ green 76 ◦ blue 172

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

Shades of Cobalt #194CAC

Tints of Cobalt #194CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63%

R = 9.16%
G = 27.84%
B = 63%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#194CAC (or 0x194CAC) is known color: Cobalt. HEX triplet: 19, 4C and AC. RGB value is (25,76,172). Sum of RGB (Red+Green+Blue) = 25+76+172=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #194CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194CAC is #E6B353. Grayscale: #474747. Windows color (decimal): -15119188 or 11291673. OLE color: 11291673.

HSL color Cylindrical-coordinate representation of color #194CAC: hue angle of 219.18º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194CAC is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 76 172 -
CMYK 0.85 0.56 0 0.33
HSL 219.18º 0.75% 0.39% -
HSV(B) 219.18º 0.85% 0.67% -
XYZ 10.43 8.35 40.09 -
YUV 71.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 25 76 172 0.85 0.56 0 0.33 219.18 0.75 0.39
Hex 19 4C AC 55 38 0 21 DB 4B 27
Octal 31 114 254 125 70 0 41 333 113 47
Binary 11001 1001100 10101100 1010101 111000 0 100001 11011011 1001011 100111

Color Harmonies of #194CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CAC

Black with #194CAC

Text Example


Text Example

White with #194CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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