Html Css Color HEX #193784 Dark Cerulean

📋 copy color: '#193784'

red 25 ◦ green 55 ◦ blue 132

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

Shades of Dark Cerulean #193784

Tints of Dark Cerulean #193784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

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

R = 11.79%
G = 25.94%
B = 62.26%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#193784 (or 0x193784) is known color: Dark Cerulean. HEX triplet: 19, 37 and 84. RGB value is (25,55,132). Sum of RGB (Red+Green+Blue) = 25+55+132=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #193784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193784 is #E6C87B. Grayscale: #363636. Windows color (decimal): -15124604 or 8664857. OLE color: 8664857.

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

Color convert

RGB 25 55 132 -
CMYK 0.81 0.58 0 0.48
HSL 223.18º 0.68% 0.31% -
HSV(B) 223.18º 0.81% 0.52% -
XYZ 5.93 4.6 22.41 -
YUV 54.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 25 55 132 0.81 0.58 0 0.48 223.18 0.68 0.31
Hex 19 37 84 51 3A 0 30 DF 44 1F
Octal 31 67 204 121 72 0 60 337 104 37
Binary 11001 110111 10000100 1010001 111010 0 110000 11011111 1000100 11111

Color Harmonies of #193784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193784

Black with #193784

Text Example


Text Example

White with #193784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193784; }

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

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

background-color css

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

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

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

border-color css

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

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

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