Html Css Color HEX #194187 Dark Cerulean

📋 copy color: '#194187'

red 25 ◦ green 65 ◦ blue 135

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

Shades of Dark Cerulean #194187

Tints of Dark Cerulean #194187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 11.11%
G = 28.89%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194187 (or 0x194187) is known color: Dark Cerulean. HEX triplet: 19, 41 and 87. RGB value is (25,65,135). Sum of RGB (Red+Green+Blue) = 25+65+135=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #194187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194187 is #E6BE78. Grayscale: #3C3C3C. Windows color (decimal): -15122041 or 8864025. OLE color: 8864025.

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

Color convert

RGB 25 65 135 -
CMYK 0.81 0.52 0 0.47
HSL 218.18º 0.69% 0.31% -
HSV(B) 218.18º 0.81% 0.53% -
XYZ 6.66 5.74 23.68 -
YUV 61.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 25 65 135 0.81 0.52 0 0.47 218.18 0.69 0.31
Hex 19 41 87 51 34 0 2F DA 45 1F
Octal 31 101 207 121 64 0 57 332 105 37
Binary 11001 1000001 10000111 1010001 110100 0 101111 11011010 1000101 11111

Color Harmonies of #194187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194187

Black with #194187

Text Example


Text Example

White with #194187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194187; }

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

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

background-color css

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

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

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

border-color css

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

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

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