Html Css Color HEX #193886 Dark Cerulean

📋 copy color: '#193886'

red 25 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #193886

Tints of Dark Cerulean #193886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 62.33%

R = 11.63%
G = 26.05%
B = 62.33%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193886 (or 0x193886) is known color: Dark Cerulean. HEX triplet: 19, 38 and 86. RGB value is (25,56,134). Sum of RGB (Red+Green+Blue) = 25+56+134=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #193886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193886 is #E6C779. Grayscale: #373737. Windows color (decimal): -15124346 or 8796185. OLE color: 8796185.

HSL color Cylindrical-coordinate representation of color #193886: hue angle of 222.94º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193886 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 56 134 -
CMYK 0.81 0.58 0 0.47
HSL 222.94º 0.69% 0.31% -
HSV(B) 222.94º 0.81% 0.53% -
XYZ 6.12 4.76 23.15 -
YUV 55.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 25 56 134 0.81 0.58 0 0.47 222.94 0.69 0.31
Hex 19 38 86 51 3A 0 2F DF 45 1F
Octal 31 70 206 121 72 0 57 337 105 37
Binary 11001 111000 10000110 1010001 111010 0 101111 11011111 1000101 11111

Color Harmonies of #193886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193886

Black with #193886

Text Example


Text Example

White with #193886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193886; }

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

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

background-color css

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

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

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

border-color css

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

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

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