Html Css Color HEX #193984 Dark Cerulean

📋 copy color: '#193984'

red 25 ◦ green 57 ◦ blue 132

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

Shades of Dark Cerulean #193984

Tints of Dark Cerulean #193984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 11.68%
G = 26.64%
B = 61.68%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#193984 (or 0x193984) is known color: Dark Cerulean. HEX triplet: 19, 39 and 84. RGB value is (25,57,132). Sum of RGB (Red+Green+Blue) = 25+57+132=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #193984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193984 is #E6C67B. Grayscale: #373737. Windows color (decimal): -15124092 or 8665369. OLE color: 8665369.

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

Color convert

RGB 25 57 132 -
CMYK 0.81 0.57 0 0.48
HSL 222.06º 0.68% 0.31% -
HSV(B) 222.06º 0.81% 0.52% -
XYZ 6.03 4.8 22.44 -
YUV 55.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 25 57 132 0.81 0.57 0 0.48 222.06 0.68 0.31
Hex 19 39 84 51 39 0 30 DE 44 1F
Octal 31 71 204 121 71 0 60 336 104 37
Binary 11001 111001 10000100 1010001 111001 0 110000 11011110 1000100 11111

Color Harmonies of #193984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193984

Black with #193984

Text Example


Text Example

White with #193984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193984; }

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

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

background-color css

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

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

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

border-color css

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

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

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