Html Css Color HEX #194987 Dark Cerulean

📋 copy color: '#194987'

red 25 ◦ green 73 ◦ blue 135

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

Shades of Dark Cerulean #194987

Tints of Dark Cerulean #194987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 10.73%
G = 31.33%
B = 57.94%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194987 (or 0x194987) is known color: Dark Cerulean. HEX triplet: 19, 49 and 87. RGB value is (25,73,135). Sum of RGB (Red+Green+Blue) = 25+73+135=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #194987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194987 is #E6B678. Grayscale: #414141. Windows color (decimal): -15119993 or 8866073. OLE color: 8866073.

HSL color Cylindrical-coordinate representation of color #194987: hue angle of 213.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194987 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 73 135 -
CMYK 0.81 0.46 0 0.47
HSL 213.82º 0.69% 0.31% -
HSV(B) 213.82º 0.81% 0.53% -
XYZ 7.16 6.72 23.84 -
YUV 65.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 25 73 135 0.81 0.46 0 0.47 213.82 0.69 0.31
Hex 19 49 87 51 2E 0 2F D6 45 1F
Octal 31 111 207 121 56 0 57 326 105 37
Binary 11001 1001001 10000111 1010001 101110 0 101111 11010110 1000101 11111

Color Harmonies of #194987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194987

Black with #194987

Text Example


Text Example

White with #194987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194987; }

 p { color: rgb(25,73,135); }

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

background-color css

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

 a { background-color: rgb(25,73,135); }

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

border-color css

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

 span { border-color: rgb(25,73,135); }

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