Html Css Color HEX #194487 Dark Cerulean

📋 copy color: '#194487'

red 25 ◦ green 68 ◦ blue 135

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

Shades of Dark Cerulean #194487

Tints of Dark Cerulean #194487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 10.96%
G = 29.82%
B = 59.21%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194487 (or 0x194487) is known color: Dark Cerulean. HEX triplet: 19, 44 and 87. RGB value is (25,68,135). Sum of RGB (Red+Green+Blue) = 25+68+135=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #194487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194487 is #E6BB78. Grayscale: #3E3E3E. Windows color (decimal): -15121273 or 8864793. OLE color: 8864793.

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

Color convert

RGB 25 68 135 -
CMYK 0.81 0.50 0 0.47
HSL 216.55º 0.69% 0.31% -
HSV(B) 216.55º 0.81% 0.53% -
XYZ 6.84 6.09 23.74 -
YUV 62.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 25 68 135 0.81 0.50 0 0.47 216.55 0.69 0.31
Hex 19 44 87 51 32 0 2F D9 45 1F
Octal 31 104 207 121 62 0 57 331 105 37
Binary 11001 1000100 10000111 1010001 110010 0 101111 11011001 1000101 11111

Color Harmonies of #194487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194487

Black with #194487

Text Example


Text Example

White with #194487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194487; }

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

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

background-color css

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

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

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

border-color css

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

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

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