Html Css Color HEX #194490 Dark Cerulean

📋 copy color: '#194490'

red 25 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #194490

Tints of Dark Cerulean #194490

RGB

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

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

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

R = 10.55%
G = 28.69%
B = 60.76%

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

#194490 (or 0x194490) is known color: Dark Cerulean. HEX triplet: 19, 44 and 90. RGB value is (25,68,144). Sum of RGB (Red+Green+Blue) = 25+68+144=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #194490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194490 is #E6BB6F. Grayscale: #3F3F3F. Windows color (decimal): -15121264 or 9454617. OLE color: 9454617.

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

Color convert

RGB 25 68 144 -
CMYK 0.83 0.53 0 0.44
HSL 218.32º 0.7% 0.33% -
HSV(B) 218.32º 0.83% 0.56% -
XYZ 7.5 6.35 27.22 -
YUV 63.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 25 68 144 0.83 0.53 0 0.44 218.32 0.7 0.33
Hex 19 44 90 53 35 0 2C DA 46 21
Octal 31 104 220 123 65 0 54 332 106 41
Binary 11001 1000100 10010000 1010011 110101 0 101100 11011010 1000110 100001

Color Harmonies of #194490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194490

Black with #194490

Text Example


Text Example

White with #194490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194490; }

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

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

background-color css

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

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

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

border-color css

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

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

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