Html Css Color HEX #193F76 Dark Cerulean

📋 copy color: '#193F76'

red 25 ◦ green 63 ◦ blue 118

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

Shades of Dark Cerulean #193F76

Tints of Dark Cerulean #193F76

RGB

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

 GREEN value IS 63 (25% from 255) = 30.58%

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

R = 12.14%
G = 30.58%
B = 57.28%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#193F76 (or 0x193F76) is known color: Dark Cerulean. HEX triplet: 19, 3F and 76. RGB value is (25,63,118). Sum of RGB (Red+Green+Blue) = 25+63+118=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #193F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F76 is #E6C089. Grayscale: #393939. Windows color (decimal): -15122570 or 7749401. OLE color: 7749401.

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

Color convert

RGB 25 63 118 -
CMYK 0.79 0.47 0 0.54
HSL 215.48º 0.65% 0.28% -
HSV(B) 215.48º 0.79% 0.46% -
XYZ 5.45 5.07 17.83 -
YUV 57.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 25 63 118 0.79 0.47 0 0.54 215.48 0.65 0.28
Hex 19 3F 76 4F 2F 0 36 D7 41 1C
Octal 31 77 166 117 57 0 66 327 101 34
Binary 11001 111111 1110110 1001111 101111 0 110110 11010111 1000001 11100

Color Harmonies of #193F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F76

Black with #193F76

Text Example


Text Example

White with #193F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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