Html Css Color HEX #194170 Dark Cerulean

📋 copy color: '#194170'

red 25 ◦ green 65 ◦ blue 112

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

Shades of Dark Cerulean #194170

Tints of Dark Cerulean #194170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 12.38%
G = 32.18%
B = 55.45%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194170 (or 0x194170) is known color: Dark Cerulean. HEX triplet: 19, 41 and 70. RGB value is (25,65,112). Sum of RGB (Red+Green+Blue) = 25+65+112=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #194170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194170 is #E6BE8F. Grayscale: #3A3A3A. Windows color (decimal): -15122064 or 7356697. OLE color: 7356697.

HSL color Cylindrical-coordinate representation of color #194170: hue angle of 212.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194170 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 65 112 -
CMYK 0.78 0.42 0 0.56
HSL 212.41º 0.64% 0.27% -
HSV(B) 212.41º 0.78% 0.44% -
XYZ 5.22 5.16 16.05 -
YUV 58.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 25 65 112 0.78 0.42 0 0.56 212.41 0.64 0.27
Hex 19 41 70 4E 2A 0 38 D4 40 1B
Octal 31 101 160 116 52 0 70 324 100 33
Binary 11001 1000001 1110000 1001110 101010 0 111000 11010100 1000000 11011

Color Harmonies of #194170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194170

Black with #194170

Text Example


Text Example

White with #194170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194170; }

 p { color: rgb(25,65,112); }

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

background-color css

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

 a { background-color: rgb(25,65,112); }

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

border-color css

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

 span { border-color: rgb(25,65,112); }

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