Html Css Color HEX #194587 Dark Cerulean

📋 copy color: '#194587'

red 25 ◦ green 69 ◦ blue 135

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

Shades of Dark Cerulean #194587

Tints of Dark Cerulean #194587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 10.92%
G = 30.13%
B = 58.95%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194587 (or 0x194587) is known color: Dark Cerulean. HEX triplet: 19, 45 and 87. RGB value is (25,69,135). Sum of RGB (Red+Green+Blue) = 25+69+135=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #194587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194587 is #E6BA78. Grayscale: #3F3F3F. Windows color (decimal): -15121017 or 8865049. OLE color: 8865049.

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

Color convert

RGB 25 69 135 -
CMYK 0.81 0.49 0 0.47
HSL 216º 0.69% 0.31% -
HSV(B) 216º 0.81% 0.53% -
XYZ 6.9 6.21 23.76 -
YUV 63.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 25 69 135 0.81 0.49 0 0.47 216 0.69 0.31
Hex 19 45 87 51 31 0 2F D8 45 1F
Octal 31 105 207 121 61 0 57 330 105 37
Binary 11001 1000101 10000111 1010001 110001 0 101111 11011000 1000101 11111

Color Harmonies of #194587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194587

Black with #194587

Text Example


Text Example

White with #194587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194587; }

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

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

background-color css

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

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

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

border-color css

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

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

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