Html Css Color HEX #193C66 Regal Blue

📋 copy color: '#193C66'

red 25 ◦ green 60 ◦ blue 102

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

Shades of Regal Blue #193C66

Tints of Regal Blue #193C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 13.37%
G = 32.09%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#193C66 (or 0x193C66) is known color: Regal Blue. HEX triplet: 19, 3C and 66. RGB value is (25,60,102). Sum of RGB (Red+Green+Blue) = 25+60+102=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #193C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C66 is #E6C399. Grayscale: #363636. Windows color (decimal): -15123354 or 6700057. OLE color: 6700057.

HSL color Cylindrical-coordinate representation of color #193C66: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193C66 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 60 102 -
CMYK 0.75 0.41 0 0.6
HSL 212.73º 0.61% 0.25% -
HSV(B) 212.73º 0.75% 0.4% -
XYZ 4.42 4.4 13.19 -
YUV 54.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 25 60 102 0.75 0.41 0 0.6 212.73 0.61 0.25
Hex 19 3C 66 4B 29 0 3C D5 3D 19
Octal 31 74 146 113 51 0 74 325 75 31
Binary 11001 111100 1100110 1001011 101001 0 111100 11010101 111101 11001

Color Harmonies of #193C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C66

Black with #193C66

Text Example


Text Example

White with #193C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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