Html Css Color HEX #194480 Dark Cerulean

📋 copy color: '#194480'

red 25 ◦ green 68 ◦ blue 128

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

Shades of Dark Cerulean #194480

Tints of Dark Cerulean #194480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.92%

R = 11.31%
G = 30.77%
B = 57.92%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#194480 (or 0x194480) is known color: Dark Cerulean. HEX triplet: 19, 44 and 80. RGB value is (25,68,128). Sum of RGB (Red+Green+Blue) = 25+68+128=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #194480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194480 is #E6BB7F. Grayscale: #3D3D3D. Windows color (decimal): -15121280 or 8406041. OLE color: 8406041.

HSL color Cylindrical-coordinate representation of color #194480: hue angle of 214.95º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194480 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 68 128 -
CMYK 0.80 0.47 0 0.50
HSL 214.95º 0.67% 0.3% -
HSV(B) 214.95º 0.8% 0.5% -
XYZ 6.36 5.9 21.23 -
YUV 61.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 25 68 128 0.80 0.47 0 0.50 214.95 0.67 0.3
Hex 19 44 80 50 2F 0 32 D7 43 1E
Octal 31 104 200 120 57 0 62 327 103 36
Binary 11001 1000100 10000000 1010000 101111 0 110010 11010111 1000011 11110

Color Harmonies of #194480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194480

Black with #194480

Text Example


Text Example

White with #194480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194480; }

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

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

background-color css

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

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

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

border-color css

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

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

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