Html Css Color HEX #194684 Dark Cerulean

📋 copy color: '#194684'

red 25 ◦ green 70 ◦ blue 132

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

Shades of Dark Cerulean #194684

Tints of Dark Cerulean #194684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 11.01%
G = 30.84%
B = 58.15%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#194684 (or 0x194684) is known color: Dark Cerulean. HEX triplet: 19, 46 and 84. RGB value is (25,70,132). Sum of RGB (Red+Green+Blue) = 25+70+132=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #194684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194684 is #E6B97B. Grayscale: #3F3F3F. Windows color (decimal): -15120764 or 8668697. OLE color: 8668697.

HSL color Cylindrical-coordinate representation of color #194684: hue angle of 214.77º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194684 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 70 132 -
CMYK 0.81 0.47 0 0.48
HSL 214.77º 0.68% 0.31% -
HSV(B) 214.77º 0.81% 0.52% -
XYZ 6.76 6.25 22.68 -
YUV 63.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 25 70 132 0.81 0.47 0 0.48 214.77 0.68 0.31
Hex 19 46 84 51 2F 0 30 D7 44 1F
Octal 31 106 204 121 57 0 60 327 104 37
Binary 11001 1000110 10000100 1010001 101111 0 110000 11010111 1000100 11111

Color Harmonies of #194684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194684

Black with #194684

Text Example


Text Example

White with #194684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194684; }

 p { color: rgb(25,70,132); }

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

background-color css

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

 a { background-color: rgb(25,70,132); }

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

border-color css

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

 span { border-color: rgb(25,70,132); }

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