Html Css Color HEX #194174 Dark Cerulean

📋 copy color: '#194174'

red 25 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #194174

Tints of Dark Cerulean #194174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 116 (45.7% from 255) = 56.31%

R = 12.14%
G = 31.55%
B = 56.31%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194174 (or 0x194174) is known color: Dark Cerulean. HEX triplet: 19, 41 and 74. RGB value is (25,65,116). Sum of RGB (Red+Green+Blue) = 25+65+116=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #194174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194174 is #E6BE8B. Grayscale: #3A3A3A. Windows color (decimal): -15122060 or 7618841. OLE color: 7618841.

HSL color Cylindrical-coordinate representation of color #194174: hue angle of 213.63º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194174 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 65 116 -
CMYK 0.78 0.44 0 0.55
HSL 213.63º 0.65% 0.28% -
HSV(B) 213.63º 0.78% 0.45% -
XYZ 5.44 5.25 17.25 -
YUV 58.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 25 65 116 0.78 0.44 0 0.55 213.63 0.65 0.28
Hex 19 41 74 4E 2C 0 37 D6 41 1C
Octal 31 101 164 116 54 0 67 326 101 34
Binary 11001 1000001 1110100 1001110 101100 0 110111 11010110 1000001 11100

Color Harmonies of #194174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194174

Black with #194174

Text Example


Text Example

White with #194174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194174; }

 p { color: rgb(25,65,116); }

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

background-color css

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

 a { background-color: rgb(25,65,116); }

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

border-color css

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

 span { border-color: rgb(25,65,116); }

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