Html Css Color HEX #193E78 Dark Cerulean

📋 copy color: '#193E78'

red 25 ◦ green 62 ◦ blue 120

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

Shades of Dark Cerulean #193E78

Tints of Dark Cerulean #193E78

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.95%

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 12.08%
G = 29.95%
B = 57.97%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193E78 (or 0x193E78) is known color: Dark Cerulean. HEX triplet: 19, 3E and 78. RGB value is (25,62,120). Sum of RGB (Red+Green+Blue) = 25+62+120=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #193E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E78 is #E6C187. Grayscale: #393939. Windows color (decimal): -15122824 or 7880217. OLE color: 7880217.

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

Color convert

RGB 25 62 120 -
CMYK 0.79 0.48 0 0.53
HSL 216.63º 0.66% 0.28% -
HSV(B) 216.63º 0.79% 0.47% -
XYZ 5.51 5.01 18.45 -
YUV 57.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 25 62 120 0.79 0.48 0 0.53 216.63 0.66 0.28
Hex 19 3E 78 4F 30 0 35 D9 42 1C
Octal 31 76 170 117 60 0 65 331 102 34
Binary 11001 111110 1111000 1001111 110000 0 110101 11011001 1000010 11100

Color Harmonies of #193E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E78

Black with #193E78

Text Example


Text Example

White with #193E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,120); }

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

background-color css

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

 a { background-color: rgb(25,62,120); }

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

border-color css

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

 span { border-color: rgb(25,62,120); }

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