Html Css Color HEX #193F74 Dark Cerulean

📋 copy color: '#193F74'

red 25 ◦ green 63 ◦ blue 116

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

Shades of Dark Cerulean #193F74

Tints of Dark Cerulean #193F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 12.25%
G = 30.88%
B = 56.86%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193F74 (or 0x193F74) is known color: Dark Cerulean. HEX triplet: 19, 3F and 74. RGB value is (25,63,116). Sum of RGB (Red+Green+Blue) = 25+63+116=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #193F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F74 is #E6C08B. Grayscale: #393939. Windows color (decimal): -15122572 or 7618329. OLE color: 7618329.

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

Color convert

RGB 25 63 116 -
CMYK 0.78 0.46 0 0.55
HSL 214.95º 0.65% 0.28% -
HSV(B) 214.95º 0.78% 0.45% -
XYZ 5.33 5.02 17.21 -
YUV 57.68 160.91 104.69 -
System Red Green Blue C M Y K H S L
Decimal 25 63 116 0.78 0.46 0 0.55 214.95 0.65 0.28
Hex 19 3F 74 4E 2E 0 37 D7 41 1C
Octal 31 77 164 116 56 0 67 327 101 34
Binary 11001 111111 1110100 1001110 101110 0 110111 11010111 1000001 11100

Color Harmonies of #193F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F74

Black with #193F74

Text Example


Text Example

White with #193F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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