Html Css Color HEX #193D71 Dark Cerulean

📋 copy color: '#193D71'

red 25 ◦ green 61 ◦ blue 113

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

Shades of Dark Cerulean #193D71

Tints of Dark Cerulean #193D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.65%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 12.56%
G = 30.65%
B = 56.78%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193D71 (or 0x193D71) is known color: Dark Cerulean. HEX triplet: 19, 3D and 71. RGB value is (25,61,113). Sum of RGB (Red+Green+Blue) = 25+61+113=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #193D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D71 is #E6C28E. Grayscale: #373737. Windows color (decimal): -15123087 or 7421209. OLE color: 7421209.

HSL color Cylindrical-coordinate representation of color #193D71: hue angle of 215.45º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193D71 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 61 113 -
CMYK 0.78 0.46 0 0.56
HSL 215.45º 0.64% 0.27% -
HSV(B) 215.45º 0.78% 0.44% -
XYZ 5.05 4.74 16.27 -
YUV 56.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 25 61 113 0.78 0.46 0 0.56 215.45 0.64 0.27
Hex 19 3D 71 4E 2E 0 38 D7 40 1B
Octal 31 75 161 116 56 0 70 327 100 33
Binary 11001 111101 1110001 1001110 101110 0 111000 11010111 1000000 11011

Color Harmonies of #193D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D71

Black with #193D71

Text Example


Text Example

White with #193D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,61,113); }

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

background-color css

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

 a { background-color: rgb(25,61,113); }

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

border-color css

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

 span { border-color: rgb(25,61,113); }

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