Html Css Color HEX #194879 Dark Cerulean

📋 copy color: '#194879'

red 25 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #194879

Tints of Dark Cerulean #194879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

 BLUE value IS 121 (47.66% from 255) = 55.5%

R = 11.47%
G = 33.03%
B = 55.5%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194879 (or 0x194879) is known color: Dark Cerulean. HEX triplet: 19, 48 and 79. RGB value is (25,72,121). Sum of RGB (Red+Green+Blue) = 25+72+121=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #194879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194879 is #E6B786. Grayscale: #3F3F3F. Windows color (decimal): -15120263 or 7948313. OLE color: 7948313.

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

Color convert

RGB 25 72 121 -
CMYK 0.79 0.40 0 0.53
HSL 210.63º 0.66% 0.29% -
HSV(B) 210.63º 0.79% 0.47% -
XYZ 6.17 6.22 18.96 -
YUV 63.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 25 72 121 0.79 0.40 0 0.53 210.63 0.66 0.29
Hex 19 48 79 4F 28 0 35 D3 42 1D
Octal 31 110 171 117 50 0 65 323 102 35
Binary 11001 1001000 1111001 1001111 101000 0 110101 11010011 1000010 11101

Color Harmonies of #194879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194879

Black with #194879

Text Example


Text Example

White with #194879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194879; }

 p { color: rgb(25,72,121); }

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

background-color css

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

 a { background-color: rgb(25,72,121); }

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

border-color css

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

 span { border-color: rgb(25,72,121); }

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