Html Css Color HEX #193C55 Regal Blue

📋 copy color: '#193C55'

red 25 ◦ green 60 ◦ blue 85

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

Shades of Regal Blue #193C55

Tints of Regal Blue #193C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50%

R = 14.71%
G = 35.29%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193C55 (or 0x193C55) is known color: Regal Blue. HEX triplet: 19, 3C and 55. RGB value is (25,60,85). Sum of RGB (Red+Green+Blue) = 25+60+85=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #193C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C55 is #E6C3AA. Grayscale: #343434. Windows color (decimal): -15123371 or 5585945. OLE color: 5585945.

HSL color Cylindrical-coordinate representation of color #193C55: hue angle of 205º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193C55 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 60 85 -
CMYK 0.71 0.29 0 0.67
HSL 205º 0.55% 0.22% -
HSV(B) 205º 0.71% 0.33% -
XYZ 3.66 4.09 9.19 -
YUV 52.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 25 60 85 0.71 0.29 0 0.67 205 0.55 0.22
Hex 19 3C 55 47 1D 0 43 CD 37 16
Octal 31 74 125 107 35 0 103 315 67 26
Binary 11001 111100 1010101 1000111 11101 0 1000011 11001101 110111 10110

Color Harmonies of #193C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C55

Black with #193C55

Text Example


Text Example

White with #193C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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