Html Css Color HEX #194486 Dark Cerulean

📋 copy color: '#194486'

red 25 ◦ green 68 ◦ blue 134

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

Shades of Dark Cerulean #194486

Tints of Dark Cerulean #194486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

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

R = 11.01%
G = 29.96%
B = 59.03%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194486 (or 0x194486) is known color: Dark Cerulean. HEX triplet: 19, 44 and 86. RGB value is (25,68,134). Sum of RGB (Red+Green+Blue) = 25+68+134=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #194486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194486 is #E6BB79. Grayscale: #3E3E3E. Windows color (decimal): -15121274 or 8799257. OLE color: 8799257.

HSL color Cylindrical-coordinate representation of color #194486: hue angle of 216.33º 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 #194486 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 68 134 -
CMYK 0.81 0.49 0 0.47
HSL 216.33º 0.69% 0.31% -
HSV(B) 216.33º 0.81% 0.53% -
XYZ 6.77 6.06 23.37 -
YUV 62.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 25 68 134 0.81 0.49 0 0.47 216.33 0.69 0.31
Hex 19 44 86 51 31 0 2F D8 45 1F
Octal 31 104 206 121 61 0 57 330 105 37
Binary 11001 1000100 10000110 1010001 110001 0 101111 11011000 1000101 11111

Color Harmonies of #194486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194486

Black with #194486

Text Example


Text Example

White with #194486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194486; }

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

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

background-color css

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

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

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

border-color css

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

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

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