Html Css Color HEX #194184 Dark Cerulean

📋 copy color: '#194184'

red 25 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #194184

Tints of Dark Cerulean #194184

RGB

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

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

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

R = 11.26%
G = 29.28%
B = 59.46%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#194184 (or 0x194184) is known color: Dark Cerulean. HEX triplet: 19, 41 and 84. RGB value is (25,65,132). Sum of RGB (Red+Green+Blue) = 25+65+132=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #194184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194184 is #E6BE7B. Grayscale: #3C3C3C. Windows color (decimal): -15122044 or 8667417. OLE color: 8667417.

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

Color convert

RGB 25 65 132 -
CMYK 0.81 0.51 0 0.48
HSL 217.57º 0.68% 0.31% -
HSV(B) 217.57º 0.81% 0.52% -
XYZ 6.46 5.65 22.58 -
YUV 60.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 25 65 132 0.81 0.51 0 0.48 217.57 0.68 0.31
Hex 19 41 84 51 33 0 30 DA 44 1F
Octal 31 101 204 121 63 0 60 332 104 37
Binary 11001 1000001 10000100 1010001 110011 0 110000 11011010 1000100 11111

Color Harmonies of #194184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194184

Black with #194184

Text Example


Text Example

White with #194184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194184; }

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

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

background-color css

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

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

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

border-color css

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

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

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