Html Css Color HEX #194475 Dark Cerulean

📋 copy color: '#194475'

red 25 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #194475

Tints of Dark Cerulean #194475

RGB

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

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

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

R = 11.9%
G = 32.38%
B = 55.71%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194475 (or 0x194475) is known color: Dark Cerulean. HEX triplet: 19, 44 and 75. RGB value is (25,68,117). Sum of RGB (Red+Green+Blue) = 25+68+117=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #194475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194475 is #E6BB8A. Grayscale: #3C3C3C. Windows color (decimal): -15121291 or 7685145. OLE color: 7685145.

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

Color convert

RGB 25 68 117 -
CMYK 0.79 0.42 0 0.54
HSL 211.96º 0.65% 0.28% -
HSV(B) 211.96º 0.79% 0.46% -
XYZ 5.68 5.63 17.62 -
YUV 60.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 25 68 117 0.79 0.42 0 0.54 211.96 0.65 0.28
Hex 19 44 75 4F 2A 0 36 D4 41 1C
Octal 31 104 165 117 52 0 66 324 101 34
Binary 11001 1000100 1110101 1001111 101010 0 110110 11010100 1000001 11100

Color Harmonies of #194475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194475

Black with #194475

Text Example


Text Example

White with #194475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194475; }

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

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

background-color css

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

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

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

border-color css

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

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

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