Html Css Color HEX #194975 Dark Cerulean

📋 copy color: '#194975'

red 25 ◦ green 73 ◦ blue 117

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

Shades of Dark Cerulean #194975

Tints of Dark Cerulean #194975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 11.63%
G = 33.95%
B = 54.42%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194975 (or 0x194975) is known color: Dark Cerulean. HEX triplet: 19, 49 and 75. RGB value is (25,73,117). Sum of RGB (Red+Green+Blue) = 25+73+117=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #194975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194975 is #E6B68A. Grayscale: #3F3F3F. Windows color (decimal): -15120011 or 7686425. OLE color: 7686425.

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

Color convert

RGB 25 73 117 -
CMYK 0.79 0.38 0 0.54
HSL 208.7º 0.65% 0.28% -
HSV(B) 208.7º 0.79% 0.46% -
XYZ 5.99 6.26 17.72 -
YUV 63.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 25 73 117 0.79 0.38 0 0.54 208.7 0.65 0.28
Hex 19 49 75 4F 26 0 36 D1 41 1C
Octal 31 111 165 117 46 0 66 321 101 34
Binary 11001 1001001 1110101 1001111 100110 0 110110 11010001 1000001 11100

Color Harmonies of #194975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194975

Black with #194975

Text Example


Text Example

White with #194975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194975; }

 p { color: rgb(25,73,117); }

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

background-color css

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

 a { background-color: rgb(25,73,117); }

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

border-color css

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

 span { border-color: rgb(25,73,117); }

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