Html Css Color HEX #194676 Dark Cerulean

📋 copy color: '#194676'

red 25 ◦ green 70 ◦ blue 118

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

Shades of Dark Cerulean #194676

Tints of Dark Cerulean #194676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 118 (46.48% from 255) = 55.4%

R = 11.74%
G = 32.86%
B = 55.4%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194676 (or 0x194676) is known color: Dark Cerulean. HEX triplet: 19, 46 and 76. RGB value is (25,70,118). Sum of RGB (Red+Green+Blue) = 25+70+118=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #194676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194676 is #E6B989. Grayscale: #3D3D3D. Windows color (decimal): -15120778 or 7751193. OLE color: 7751193.

HSL color Cylindrical-coordinate representation of color #194676: hue angle of 210.97º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194676 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 70 118 -
CMYK 0.79 0.41 0 0.54
HSL 210.97º 0.65% 0.28% -
HSV(B) 210.97º 0.79% 0.46% -
XYZ 5.86 5.89 17.97 -
YUV 62.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 25 70 118 0.79 0.41 0 0.54 210.97 0.65 0.28
Hex 19 46 76 4F 29 0 36 D3 41 1C
Octal 31 106 166 117 51 0 66 323 101 34
Binary 11001 1000110 1110110 1001111 101001 0 110110 11010011 1000001 11100

Color Harmonies of #194676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194676

Black with #194676

Text Example


Text Example

White with #194676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194676; }

 p { color: rgb(25,70,118); }

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

background-color css

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

 a { background-color: rgb(25,70,118); }

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

border-color css

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

 span { border-color: rgb(25,70,118); }

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