Html Css Color HEX #194376 Dark Cerulean

📋 copy color: '#194376'

red 25 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #194376

Tints of Dark Cerulean #194376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

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

R = 11.9%
G = 31.9%
B = 56.19%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194376 (or 0x194376) is known color: Dark Cerulean. HEX triplet: 19, 43 and 76. RGB value is (25,67,118). Sum of RGB (Red+Green+Blue) = 25+67+118=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #194376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194376 is #E6BC89. Grayscale: #3C3C3C. Windows color (decimal): -15121546 or 7750425. OLE color: 7750425.

HSL color Cylindrical-coordinate representation of color #194376: hue angle of 212.9º 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 #194376 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 67 118 -
CMYK 0.79 0.43 0 0.54
HSL 212.9º 0.65% 0.28% -
HSV(B) 212.9º 0.79% 0.46% -
XYZ 5.68 5.53 17.91 -
YUV 60.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 25 67 118 0.79 0.43 0 0.54 212.9 0.65 0.28
Hex 19 43 76 4F 2B 0 36 D5 41 1C
Octal 31 103 166 117 53 0 66 325 101 34
Binary 11001 1000011 1110110 1001111 101011 0 110110 11010101 1000001 11100

Color Harmonies of #194376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194376

Black with #194376

Text Example


Text Example

White with #194376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194376; }

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

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

background-color css

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

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

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

border-color css

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

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

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