Html Css Color HEX #194088 Dark Cerulean

📋 copy color: '#194088'

red 25 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #194088

Tints of Dark Cerulean #194088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 11.11%
G = 28.44%
B = 60.44%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194088 (or 0x194088) is known color: Dark Cerulean. HEX triplet: 19, 40 and 88. RGB value is (25,64,136). Sum of RGB (Red+Green+Blue) = 25+64+136=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #194088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194088 is #E6BF77. Grayscale: #3C3C3C. Windows color (decimal): -15122296 or 8929305. OLE color: 8929305.

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

Color convert

RGB 25 64 136 -
CMYK 0.82 0.53 0 0.47
HSL 218.92º 0.69% 0.32% -
HSV(B) 218.92º 0.82% 0.53% -
XYZ 6.68 5.65 24.03 -
YUV 60.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 25 64 136 0.82 0.53 0 0.47 218.92 0.69 0.32
Hex 19 40 88 52 35 0 2F DB 45 20
Octal 31 100 210 122 65 0 57 333 105 40
Binary 11001 1000000 10001000 1010010 110101 0 101111 11011011 1000101 100000

Color Harmonies of #194088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194088

Black with #194088

Text Example


Text Example

White with #194088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194088; }

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

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

background-color css

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

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

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

border-color css

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

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

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