Html Css Color HEX #194390 Dark Cerulean

📋 copy color: '#194390'

red 25 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #194390

Tints of Dark Cerulean #194390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 10.59%
G = 28.39%
B = 61.02%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#194390 (or 0x194390) is known color: Dark Cerulean. HEX triplet: 19, 43 and 90. RGB value is (25,67,144). Sum of RGB (Red+Green+Blue) = 25+67+144=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #194390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194390 is #E6BC6F. Grayscale: #3E3E3E. Windows color (decimal): -15121520 or 9454361. OLE color: 9454361.

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

Color convert

RGB 25 67 144 -
CMYK 0.83 0.53 0 0.44
HSL 218.82º 0.7% 0.33% -
HSV(B) 218.82º 0.83% 0.56% -
XYZ 7.44 6.23 27.2 -
YUV 63.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 25 67 144 0.83 0.53 0 0.44 218.82 0.7 0.33
Hex 19 43 90 53 35 0 2C DB 46 21
Octal 31 103 220 123 65 0 54 333 106 41
Binary 11001 1000011 10010000 1010011 110101 0 101100 11011011 1000110 100001

Color Harmonies of #194390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194390

Black with #194390

Text Example


Text Example

White with #194390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194390; }

 p { color: rgb(25,67,144); }

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

background-color css

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

 a { background-color: rgb(25,67,144); }

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

border-color css

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

 span { border-color: rgb(25,67,144); }

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