Html Css Color HEX #194CAA Cobalt

📋 copy color: '#194CAA'

red 25 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #194CAA

Tints of Cobalt #194CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 9.23%
G = 28.04%
B = 62.73%

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

#194CAA (or 0x194CAA) is known color: Cobalt. HEX triplet: 19, 4C and AA. RGB value is (25,76,170). Sum of RGB (Red+Green+Blue) = 25+76+170=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #194CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194CAA is #E6B355. Grayscale: #474747. Windows color (decimal): -15119190 or 11160601. OLE color: 11160601.

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

Color convert

RGB 25 76 170 -
CMYK 0.85 0.55 0 0.33
HSL 218.9º 0.74% 0.38% -
HSV(B) 218.9º 0.85% 0.67% -
XYZ 10.24 8.28 39.09 -
YUV 71.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 25 76 170 0.85 0.55 0 0.33 218.9 0.74 0.38
Hex 19 4C AA 55 37 0 21 DB 4A 26
Octal 31 114 252 125 67 0 41 333 112 46
Binary 11001 1001100 10101010 1010101 110111 0 100001 11011011 1001010 100110

Color Harmonies of #194CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CAA

Black with #194CAA

Text Example


Text Example

White with #194CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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