Html Css Color HEX #194781 Dark Cerulean

📋 copy color: '#194781'

red 25 ◦ green 71 ◦ blue 129

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

Shades of Dark Cerulean #194781

Tints of Dark Cerulean #194781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 11.11%
G = 31.56%
B = 57.33%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194781 (or 0x194781) is known color: Dark Cerulean. HEX triplet: 19, 47 and 81. RGB value is (25,71,129). Sum of RGB (Red+Green+Blue) = 25+71+129=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #194781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194781 is #E6B87E. Grayscale: #3F3F3F. Windows color (decimal): -15120511 or 8472345. OLE color: 8472345.

HSL color Cylindrical-coordinate representation of color #194781: hue angle of 213.46º 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 #194781 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 71 129 -
CMYK 0.81 0.45 0 0.49
HSL 213.46º 0.68% 0.3% -
HSV(B) 213.46º 0.81% 0.51% -
XYZ 6.62 6.3 21.64 -
YUV 63.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 25 71 129 0.81 0.45 0 0.49 213.46 0.68 0.3
Hex 19 47 81 51 2D 0 31 D5 44 1E
Octal 31 107 201 121 55 0 61 325 104 36
Binary 11001 1000111 10000001 1010001 101101 0 110001 11010101 1000100 11110

Color Harmonies of #194781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194781

Black with #194781

Text Example


Text Example

White with #194781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194781; }

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

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

background-color css

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

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

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

border-color css

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

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

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