Html Css Color HEX #194491 Dark Cerulean

📋 copy color: '#194491'

red 25 ◦ green 68 ◦ blue 145

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

Shades of Dark Cerulean #194491

Tints of Dark Cerulean #194491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.92%

R = 10.5%
G = 28.57%
B = 60.92%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#194491 (or 0x194491) is known color: Dark Cerulean. HEX triplet: 19, 44 and 91. RGB value is (25,68,145). Sum of RGB (Red+Green+Blue) = 25+68+145=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #194491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194491 is #E6BB6E. Grayscale: #3F3F3F. Windows color (decimal): -15121263 or 9520153. OLE color: 9520153.

HSL color Cylindrical-coordinate representation of color #194491: hue angle of 218.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194491 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 68 145 -
CMYK 0.83 0.53 0 0.43
HSL 218.5º 0.71% 0.33% -
HSV(B) 218.5º 0.83% 0.57% -
XYZ 7.58 6.39 27.62 -
YUV 63.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 25 68 145 0.83 0.53 0 0.43 218.5 0.71 0.33
Hex 19 44 91 53 35 0 2B DA 47 21
Octal 31 104 221 123 65 0 53 332 107 41
Binary 11001 1000100 10010001 1010011 110101 0 101011 11011010 1000111 100001

Color Harmonies of #194491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194491

Black with #194491

Text Example


Text Example

White with #194491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194491; }

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

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

background-color css

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

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

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

border-color css

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

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

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