Html Css Color HEX #194588 Dark Cerulean

📋 copy color: '#194588'

red 25 ◦ green 69 ◦ blue 136

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

Shades of Dark Cerulean #194588

Tints of Dark Cerulean #194588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 59.13%

R = 10.87%
G = 30%
B = 59.13%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194588 (or 0x194588) is known color: Dark Cerulean. HEX triplet: 19, 45 and 88. RGB value is (25,69,136). Sum of RGB (Red+Green+Blue) = 25+69+136=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #194588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194588 is #E6BA77. Grayscale: #3F3F3F. Windows color (decimal): -15121016 or 8930585. OLE color: 8930585.

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

Color convert

RGB 25 69 136 -
CMYK 0.82 0.49 0 0.47
HSL 216.22º 0.69% 0.32% -
HSV(B) 216.22º 0.82% 0.53% -
XYZ 6.97 6.24 24.13 -
YUV 63.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 25 69 136 0.82 0.49 0 0.47 216.22 0.69 0.32
Hex 19 45 88 52 31 0 2F D8 45 20
Octal 31 105 210 122 61 0 57 330 105 40
Binary 11001 1000101 10001000 1010010 110001 0 101111 11011000 1000101 100000

Color Harmonies of #194588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194588

Black with #194588

Text Example


Text Example

White with #194588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194588; }

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

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

background-color css

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

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

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

border-color css

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

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

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