Html Css Color HEX #194DAB Cobalt

📋 copy color: '#194DAB'

red 25 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #194DAB

Tints of Cobalt #194DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 9.16%
G = 28.21%
B = 62.64%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#194DAB (or 0x194DAB) is known color: Cobalt. HEX triplet: 19, 4D and AB. RGB value is (25,77,171). Sum of RGB (Red+Green+Blue) = 25+77+171=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #194DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DAB is #E6B254. Grayscale: #474747. Windows color (decimal): -15118933 or 11226393. OLE color: 11226393.

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

Color convert

RGB 25 77 171 -
CMYK 0.85 0.55 0 0.33
HSL 218.63º 0.74% 0.38% -
HSV(B) 218.63º 0.85% 0.67% -
XYZ 10.41 8.45 39.61 -
YUV 72.17 183.77 94.36 -
System Red Green Blue C M Y K H S L
Decimal 25 77 171 0.85 0.55 0 0.33 218.63 0.74 0.38
Hex 19 4D AB 55 37 0 21 DB 4A 26
Octal 31 115 253 125 67 0 41 333 112 46
Binary 11001 1001101 10101011 1010101 110111 0 100001 11011011 1001010 100110

Color Harmonies of #194DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DAB

Black with #194DAB

Text Example


Text Example

White with #194DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,171); }

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

background-color css

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

 a { background-color: rgb(25,77,171); }

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

border-color css

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

 span { border-color: rgb(25,77,171); }

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