Html Css Color HEX #194DA6 Cobalt

📋 copy color: '#194DA6'

red 25 ◦ green 77 ◦ blue 166

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

Shades of Cobalt #194DA6

Tints of Cobalt #194DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 61.94%

R = 9.33%
G = 28.73%
B = 61.94%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#194DA6 (or 0x194DA6) is known color: Cobalt. HEX triplet: 19, 4D and A6. RGB value is (25,77,166). Sum of RGB (Red+Green+Blue) = 25+77+166=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #194DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DA6 is #E6B259. Grayscale: #474747. Windows color (decimal): -15118938 or 10898713. OLE color: 10898713.

HSL color Cylindrical-coordinate representation of color #194DA6: hue angle of 217.87º 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 #194DA6 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 77 166 -
CMYK 0.85 0.54 0 0.35
HSL 217.87º 0.74% 0.37% -
HSV(B) 217.87º 0.85% 0.65% -
XYZ 9.94 8.27 37.15 -
YUV 71.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 25 77 166 0.85 0.54 0 0.35 217.87 0.74 0.37
Hex 19 4D A6 55 36 0 23 DA 4A 25
Octal 31 115 246 125 66 0 43 332 112 45
Binary 11001 1001101 10100110 1010101 110110 0 100011 11011010 1001010 100101

Color Harmonies of #194DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DA6

Black with #194DA6

Text Example


Text Example

White with #194DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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