Html Css Color HEX #193D76 Dark Cerulean

📋 copy color: '#193D76'

red 25 ◦ green 61 ◦ blue 118

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

Shades of Dark Cerulean #193D76

Tints of Dark Cerulean #193D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 12.25%
G = 29.9%
B = 57.84%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193D76 (or 0x193D76) is known color: Dark Cerulean. HEX triplet: 19, 3D and 76. RGB value is (25,61,118). Sum of RGB (Red+Green+Blue) = 25+61+118=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #193D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D76 is #E6C289. Grayscale: #383838. Windows color (decimal): -15123082 or 7748889. OLE color: 7748889.

HSL color Cylindrical-coordinate representation of color #193D76: hue angle of 216.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193D76 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 61 118 -
CMYK 0.79 0.48 0 0.54
HSL 216.77º 0.65% 0.28% -
HSV(B) 216.77º 0.79% 0.46% -
XYZ 5.34 4.85 17.79 -
YUV 56.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 25 61 118 0.79 0.48 0 0.54 216.77 0.65 0.28
Hex 19 3D 76 4F 30 0 36 D9 41 1C
Octal 31 75 166 117 60 0 66 331 101 34
Binary 11001 111101 1110110 1001111 110000 0 110110 11011001 1000001 11100

Color Harmonies of #193D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D76

Black with #193D76

Text Example


Text Example

White with #193D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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