Html Css Color HEX #193C67 Regal Blue

📋 copy color: '#193C67'

red 25 ◦ green 60 ◦ blue 103

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

Shades of Regal Blue #193C67

Tints of Regal Blue #193C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.79%

R = 13.3%
G = 31.91%
B = 54.79%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#193C67 (or 0x193C67) is known color: Regal Blue. HEX triplet: 19, 3C and 67. RGB value is (25,60,103). Sum of RGB (Red+Green+Blue) = 25+60+103=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #193C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C67 is #E6C398. Grayscale: #363636. Windows color (decimal): -15123353 or 6765593. OLE color: 6765593.

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

Color convert

RGB 25 60 103 -
CMYK 0.76 0.42 0 0.60
HSL 213.08º 0.61% 0.25% -
HSV(B) 213.08º 0.76% 0.4% -
XYZ 4.46 4.42 13.45 -
YUV 54.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 25 60 103 0.76 0.42 0 0.60 213.08 0.61 0.25
Hex 19 3C 67 4C 2A 0 3C D5 3D 19
Octal 31 74 147 114 52 0 74 325 75 31
Binary 11001 111100 1100111 1001100 101010 0 111100 11010101 111101 11001

Color Harmonies of #193C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C67

Black with #193C67

Text Example


Text Example

White with #193C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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