Html Css Color HEX #193C86 Dark Cerulean

📋 copy color: '#193C86'

red 25 ◦ green 60 ◦ blue 134

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

Shades of Dark Cerulean #193C86

Tints of Dark Cerulean #193C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

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

R = 11.42%
G = 27.4%
B = 61.19%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#193C86 (or 0x193C86) is known color: Dark Cerulean. HEX triplet: 19, 3C and 86. RGB value is (25,60,134). Sum of RGB (Red+Green+Blue) = 25+60+134=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #193C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C86 is #E6C379. Grayscale: #393939. Windows color (decimal): -15123322 or 8797209. OLE color: 8797209.

HSL color Cylindrical-coordinate representation of color #193C86: hue angle of 220.73º 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 #193C86 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 60 134 -
CMYK 0.81 0.55 0 0.47
HSL 220.73º 0.69% 0.31% -
HSV(B) 220.73º 0.81% 0.53% -
XYZ 6.32 5.16 23.22 -
YUV 57.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 25 60 134 0.81 0.55 0 0.47 220.73 0.69 0.31
Hex 19 3C 86 51 37 0 2F DD 45 1F
Octal 31 74 206 121 67 0 57 335 105 37
Binary 11001 111100 10000110 1010001 110111 0 101111 11011101 1000101 11111

Color Harmonies of #193C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C86

Black with #193C86

Text Example


Text Example

White with #193C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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