Html Css Color HEX #194378 Dark Cerulean

📋 copy color: '#194378'

red 25 ◦ green 67 ◦ blue 120

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

Shades of Dark Cerulean #194378

Tints of Dark Cerulean #194378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.6%

R = 11.79%
G = 31.6%
B = 56.6%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194378 (or 0x194378) is known color: Dark Cerulean. HEX triplet: 19, 43 and 78. RGB value is (25,67,120). Sum of RGB (Red+Green+Blue) = 25+67+120=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #194378 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194378 is #E6BC87. Grayscale: #3C3C3C. Windows color (decimal): -15121544 or 7881497. OLE color: 7881497.

HSL color Cylindrical-coordinate representation of color #194378: hue angle of 213.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194378 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 67 120 -
CMYK 0.79 0.44 0 0.53
HSL 213.47º 0.66% 0.28% -
HSV(B) 213.47º 0.79% 0.47% -
XYZ 5.8 5.58 18.54 -
YUV 60.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 25 67 120 0.79 0.44 0 0.53 213.47 0.66 0.28
Hex 19 43 78 4F 2C 0 35 D5 42 1C
Octal 31 103 170 117 54 0 65 325 102 34
Binary 11001 1000011 1111000 1001111 101100 0 110101 11010101 1000010 11100

Color Harmonies of #194378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194378

Black with #194378

Text Example


Text Example

White with #194378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194378; }

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

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

background-color css

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

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

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

border-color css

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

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

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