Html Css Color HEX #194887 Dark Cerulean

📋 copy color: '#194887'

red 25 ◦ green 72 ◦ blue 135

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

Shades of Dark Cerulean #194887

Tints of Dark Cerulean #194887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

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

R = 10.78%
G = 31.03%
B = 58.19%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194887 (or 0x194887) is known color: Dark Cerulean. HEX triplet: 19, 48 and 87. RGB value is (25,72,135). Sum of RGB (Red+Green+Blue) = 25+72+135=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #194887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194887 is #E6B778. Grayscale: #404040. Windows color (decimal): -15120249 or 8865817. OLE color: 8865817.

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

Color convert

RGB 25 72 135 -
CMYK 0.81 0.47 0 0.47
HSL 214.36º 0.69% 0.31% -
HSV(B) 214.36º 0.81% 0.53% -
XYZ 7.09 6.59 23.82 -
YUV 65.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 25 72 135 0.81 0.47 0 0.47 214.36 0.69 0.31
Hex 19 48 87 51 2F 0 2F D6 45 1F
Octal 31 110 207 121 57 0 57 326 105 37
Binary 11001 1001000 10000111 1010001 101111 0 101111 11010110 1000101 11111

Color Harmonies of #194887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194887

Black with #194887

Text Example


Text Example

White with #194887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194887; }

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

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

background-color css

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

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

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

border-color css

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

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

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