Html Css Color HEX #194386 Dark Cerulean

📋 copy color: '#194386'

red 25 ◦ green 67 ◦ blue 134

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

Shades of Dark Cerulean #194386

Tints of Dark Cerulean #194386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

 BLUE value IS 134 (52.73% from 255) = 59.29%

R = 11.06%
G = 29.65%
B = 59.29%

CMYK

 C value IS 0.81

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194386 (or 0x194386) is known color: Dark Cerulean. HEX triplet: 19, 43 and 86. RGB value is (25,67,134). Sum of RGB (Red+Green+Blue) = 25+67+134=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #194386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194386 is #E6BC79. Grayscale: #3D3D3D. Windows color (decimal): -15121530 or 8799001. OLE color: 8799001.

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

Color convert

RGB 25 67 134 -
CMYK 0.81 0.5 0 0.47
HSL 216.88º 0.69% 0.31% -
HSV(B) 216.88º 0.81% 0.53% -
XYZ 6.71 5.94 23.35 -
YUV 62.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 25 67 134 0.81 0.5 0 0.47 216.88 0.69 0.31
Hex 19 43 86 51 32 0 2F D9 45 1F
Octal 31 103 206 121 62 0 57 331 105 37
Binary 11001 1000011 10000110 1010001 110010 0 101111 11011001 1000101 11111

Color Harmonies of #194386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194386

Black with #194386

Text Example


Text Example

White with #194386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194386; }

 p { color: rgb(25,67,134); }

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

background-color css

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

 a { background-color: rgb(25,67,134); }

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

border-color css

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

 span { border-color: rgb(25,67,134); }

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