Html Css Color HEX #194171 Dark Cerulean

📋 copy color: '#194171'

red 25 ◦ green 65 ◦ blue 113

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

Shades of Dark Cerulean #194171

Tints of Dark Cerulean #194171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 12.32%
G = 32.02%
B = 55.67%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194171 (or 0x194171) is known color: Dark Cerulean. HEX triplet: 19, 41 and 71. RGB value is (25,65,113). Sum of RGB (Red+Green+Blue) = 25+65+113=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #194171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194171 is #E6BE8E. Grayscale: #3A3A3A. Windows color (decimal): -15122063 or 7422233. OLE color: 7422233.

HSL color Cylindrical-coordinate representation of color #194171: hue angle of 212.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194171 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 65 113 -
CMYK 0.78 0.42 0 0.56
HSL 212.73º 0.64% 0.27% -
HSV(B) 212.73º 0.78% 0.44% -
XYZ 5.27 5.18 16.34 -
YUV 58.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 25 65 113 0.78 0.42 0 0.56 212.73 0.64 0.27
Hex 19 41 71 4E 2A 0 38 D5 40 1B
Octal 31 101 161 116 52 0 70 325 100 33
Binary 11001 1000001 1110001 1001110 101010 0 111000 11010101 1000000 11011

Color Harmonies of #194171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194171

Black with #194171

Text Example


Text Example

White with #194171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194171; }

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

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

background-color css

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

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

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

border-color css

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

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

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