Html Css Color HEX #194478 Dark Cerulean

📋 copy color: '#194478'

red 25 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #194478

Tints of Dark Cerulean #194478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 11.74%
G = 31.92%
B = 56.34%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194478 (or 0x194478) is known color: Dark Cerulean. HEX triplet: 19, 44 and 78. RGB value is (25,68,120). Sum of RGB (Red+Green+Blue) = 25+68+120=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #194478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194478 is #E6BB87. Grayscale: #3C3C3C. Windows color (decimal): -15121288 or 7881753. OLE color: 7881753.

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

Color convert

RGB 25 68 120 -
CMYK 0.79 0.43 0 0.53
HSL 212.84º 0.66% 0.28% -
HSV(B) 212.84º 0.79% 0.47% -
XYZ 5.86 5.7 18.56 -
YUV 61.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 25 68 120 0.79 0.43 0 0.53 212.84 0.66 0.28
Hex 19 44 78 4F 2B 0 35 D5 42 1C
Octal 31 104 170 117 53 0 65 325 102 34
Binary 11001 1000100 1111000 1001111 101011 0 110101 11010101 1000010 11100

Color Harmonies of #194478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194478

Black with #194478

Text Example


Text Example

White with #194478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194478; }

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

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

background-color css

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

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

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

border-color css

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

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

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