Html Css Color HEX #193C5E Regal Blue

📋 copy color: '#193C5E'

red 25 ◦ green 60 ◦ blue 94

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

Shades of Regal Blue #193C5E

Tints of Regal Blue #193C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.51%

R = 13.97%
G = 33.52%
B = 52.51%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#193C5E (or 0x193C5E) is known color: Regal Blue. HEX triplet: 19, 3C and 5E. RGB value is (25,60,94). Sum of RGB (Red+Green+Blue) = 25+60+94=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #193C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C5E is #E6C3A1. Grayscale: #353535. Windows color (decimal): -15123362 or 6175769. OLE color: 6175769.

HSL color Cylindrical-coordinate representation of color #193C5E: hue angle of 209.57º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #193C5E is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 60 94 -
CMYK 0.73 0.36 0 0.63
HSL 209.57º 0.58% 0.23% -
HSV(B) 209.57º 0.73% 0.37% -
XYZ 4.04 4.25 11.2 -
YUV 53.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 25 60 94 0.73 0.36 0 0.63 209.57 0.58 0.23
Hex 19 3C 5E 49 24 0 3F D2 3A 17
Octal 31 74 136 111 44 0 77 322 72 27
Binary 11001 111100 1011110 1001001 100100 0 111111 11010010 111010 10111

Color Harmonies of #193C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C5E

Black with #193C5E

Text Example


Text Example

White with #193C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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