Html Css Color HEX #193882 Dark Cerulean

📋 copy color: '#193882'

red 25 ◦ green 56 ◦ blue 130

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

Shades of Dark Cerulean #193882

Tints of Dark Cerulean #193882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

 BLUE value IS 130 (51.17% from 255) = 61.61%

R = 11.85%
G = 26.54%
B = 61.61%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#193882 (or 0x193882) is known color: Dark Cerulean. HEX triplet: 19, 38 and 82. RGB value is (25,56,130). Sum of RGB (Red+Green+Blue) = 25+56+130=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #193882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193882 is #E6C77D. Grayscale: #363636. Windows color (decimal): -15124350 or 8534041. OLE color: 8534041.

HSL color Cylindrical-coordinate representation of color #193882: hue angle of 222.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193882 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 56 130 -
CMYK 0.81 0.57 0 0.49
HSL 222.29º 0.68% 0.3% -
HSV(B) 222.29º 0.81% 0.51% -
XYZ 5.84 4.65 21.71 -
YUV 55.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 25 56 130 0.81 0.57 0 0.49 222.29 0.68 0.3
Hex 19 38 82 51 39 0 31 DE 44 1E
Octal 31 70 202 121 71 0 61 336 104 36
Binary 11001 111000 10000010 1010001 111001 0 110001 11011110 1000100 11110

Color Harmonies of #193882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193882

Black with #193882

Text Example


Text Example

White with #193882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193882; }

 p { color: rgb(25,56,130); }

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

background-color css

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

 a { background-color: rgb(25,56,130); }

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

border-color css

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

 span { border-color: rgb(25,56,130); }

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