Html Css Color HEX #194181 Dark Cerulean

📋 copy color: '#194181'

red 25 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #194181

Tints of Dark Cerulean #194181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 11.42%
G = 29.68%
B = 58.9%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194181 (or 0x194181) is known color: Dark Cerulean. HEX triplet: 19, 41 and 81. RGB value is (25,65,129). Sum of RGB (Red+Green+Blue) = 25+65+129=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #194181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194181 is #E6BE7E. Grayscale: #3C3C3C. Windows color (decimal): -15122047 or 8470809. OLE color: 8470809.

HSL color Cylindrical-coordinate representation of color #194181: hue angle of 216.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194181 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 65 129 -
CMYK 0.81 0.50 0 0.49
HSL 216.92º 0.68% 0.3% -
HSV(B) 216.92º 0.81% 0.51% -
XYZ 6.25 5.57 21.51 -
YUV 60.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 25 65 129 0.81 0.50 0 0.49 216.92 0.68 0.3
Hex 19 41 81 51 32 0 31 D9 44 1E
Octal 31 101 201 121 62 0 61 331 104 36
Binary 11001 1000001 10000001 1010001 110010 0 110001 11011001 1000100 11110

Color Harmonies of #194181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194181

Black with #194181

Text Example


Text Example

White with #194181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194181; }

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

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

background-color css

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

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

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

border-color css

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

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

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