Html Css Color HEX #194179 Dark Cerulean

📋 copy color: '#194179'

red 25 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #194179

Tints of Dark Cerulean #194179

RGB

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

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

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

R = 11.85%
G = 30.81%
B = 57.35%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194179 (or 0x194179) is known color: Dark Cerulean. HEX triplet: 19, 41 and 79. RGB value is (25,65,121). Sum of RGB (Red+Green+Blue) = 25+65+121=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #194179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194179 is #E6BE86. Grayscale: #3B3B3B. Windows color (decimal): -15122055 or 7946521. OLE color: 7946521.

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

Color convert

RGB 25 65 121 -
CMYK 0.79 0.46 0 0.53
HSL 215º 0.66% 0.29% -
HSV(B) 215º 0.79% 0.47% -
XYZ 5.74 5.37 18.82 -
YUV 59.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 25 65 121 0.79 0.46 0 0.53 215 0.66 0.29
Hex 19 41 79 4F 2E 0 35 D7 42 1D
Octal 31 101 171 117 56 0 65 327 102 35
Binary 11001 1000001 1111001 1001111 101110 0 110101 11010111 1000010 11101

Color Harmonies of #194179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194179

Black with #194179

Text Example


Text Example

White with #194179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194179; }

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

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

background-color css

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

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

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

border-color css

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

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

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