Html Css Color HEX #193C79 Dark Cerulean

📋 copy color: '#193C79'

red 25 ◦ green 60 ◦ blue 121

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

Shades of Dark Cerulean #193C79

Tints of Dark Cerulean #193C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 58.74%

R = 12.14%
G = 29.13%
B = 58.74%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193C79 (or 0x193C79) is known color: Dark Cerulean. HEX triplet: 19, 3C and 79. RGB value is (25,60,121). Sum of RGB (Red+Green+Blue) = 25+60+121=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #193C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C79 is #E6C386. Grayscale: #383838. Windows color (decimal): -15123335 or 7945241. OLE color: 7945241.

HSL color Cylindrical-coordinate representation of color #193C79: hue angle of 218.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193C79 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 60 121 -
CMYK 0.79 0.50 0 0.53
HSL 218.13º 0.66% 0.29% -
HSV(B) 218.13º 0.79% 0.47% -
XYZ 5.47 4.82 18.73 -
YUV 56.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 25 60 121 0.79 0.50 0 0.53 218.13 0.66 0.29
Hex 19 3C 79 4F 32 0 35 DA 42 1D
Octal 31 74 171 117 62 0 65 332 102 35
Binary 11001 111100 1111001 1001111 110010 0 110101 11011010 1000010 11101

Color Harmonies of #193C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C79

Black with #193C79

Text Example


Text Example

White with #193C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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