Html Css Color HEX #194284 Dark Cerulean

📋 copy color: '#194284'

red 25 ◦ green 66 ◦ blue 132

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

Shades of Dark Cerulean #194284

Tints of Dark Cerulean #194284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

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

R = 11.21%
G = 29.6%
B = 59.19%

CMYK

 C value IS 0.81

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#194284 (or 0x194284) is known color: Dark Cerulean. HEX triplet: 19, 42 and 84. RGB value is (25,66,132). Sum of RGB (Red+Green+Blue) = 25+66+132=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #194284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194284 is #E6BD7B. Grayscale: #3C3C3C. Windows color (decimal): -15121788 or 8667673. OLE color: 8667673.

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

Color convert

RGB 25 66 132 -
CMYK 0.81 0.5 0 0.48
HSL 217.01º 0.68% 0.31% -
HSV(B) 217.01º 0.81% 0.52% -
XYZ 6.51 5.77 22.6 -
YUV 61.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 25 66 132 0.81 0.5 0 0.48 217.01 0.68 0.31
Hex 19 42 84 51 32 0 30 D9 44 1F
Octal 31 102 204 121 62 0 60 331 104 37
Binary 11001 1000010 10000100 1010001 110010 0 110000 11011001 1000100 11111

Color Harmonies of #194284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194284

Black with #194284

Text Example


Text Example

White with #194284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194284; }

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

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

background-color css

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

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

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

border-color css

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

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

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