Html Css Color HEX #194188 Dark Cerulean

📋 copy color: '#194188'

red 25 ◦ green 65 ◦ blue 136

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

Shades of Dark Cerulean #194188

Tints of Dark Cerulean #194188

RGB

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

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

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

R = 11.06%
G = 28.76%
B = 60.18%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194188 (or 0x194188) is known color: Dark Cerulean. HEX triplet: 19, 41 and 88. RGB value is (25,65,136). Sum of RGB (Red+Green+Blue) = 25+65+136=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #194188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194188 is #E6BE77. Grayscale: #3C3C3C. Windows color (decimal): -15122040 or 8929561. OLE color: 8929561.

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

Color convert

RGB 25 65 136 -
CMYK 0.82 0.52 0 0.47
HSL 218.38º 0.69% 0.32% -
HSV(B) 218.38º 0.82% 0.53% -
XYZ 6.74 5.76 24.05 -
YUV 61.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 25 65 136 0.82 0.52 0 0.47 218.38 0.69 0.32
Hex 19 41 88 52 34 0 2F DA 45 20
Octal 31 101 210 122 64 0 57 332 105 40
Binary 11001 1000001 10001000 1010010 110100 0 101111 11011010 1000101 100000

Color Harmonies of #194188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194188

Black with #194188

Text Example


Text Example

White with #194188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194188; }

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

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

background-color css

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

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

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

border-color css

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

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

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