Html Css Color HEX #194A86 Dark Cerulean

📋 copy color: '#194A86'

red 25 ◦ green 74 ◦ blue 134

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

Shades of Dark Cerulean #194A86

Tints of Dark Cerulean #194A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 134 (52.73% from 255) = 57.51%

R = 10.73%
G = 31.76%
B = 57.51%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194A86 (or 0x194A86) is known color: Dark Cerulean. HEX triplet: 19, 4A and 86. RGB value is (25,74,134). Sum of RGB (Red+Green+Blue) = 25+74+134=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #194A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194A86 is #E6B579. Grayscale: #414141. Windows color (decimal): -15119738 or 8800793. OLE color: 8800793.

HSL color Cylindrical-coordinate representation of color #194A86: hue angle of 213.03º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194A86 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 74 134 -
CMYK 0.81 0.45 0 0.47
HSL 213.03º 0.69% 0.31% -
HSV(B) 213.03º 0.81% 0.53% -
XYZ 7.15 6.83 23.49 -
YUV 66.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 25 74 134 0.81 0.45 0 0.47 213.03 0.69 0.31
Hex 19 4A 86 51 2D 0 2F D5 45 1F
Octal 31 112 206 121 55 0 57 325 105 37
Binary 11001 1001010 10000110 1010001 101101 0 101111 11010101 1000101 11111

Color Harmonies of #194A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194A86

Black with #194A86

Text Example


Text Example

White with #194A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,74,134); }

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

background-color css

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

 a { background-color: rgb(25,74,134); }

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

border-color css

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

 span { border-color: rgb(25,74,134); }

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