Html Css Color HEX #193F68 Regal Blue

📋 copy color: '#193F68'

red 25 ◦ green 63 ◦ blue 104

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

Shades of Regal Blue #193F68

Tints of Regal Blue #193F68

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 13.02%
G = 32.81%
B = 54.17%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193F68 (or 0x193F68) is known color: Regal Blue. HEX triplet: 19, 3F and 68. RGB value is (25,63,104). Sum of RGB (Red+Green+Blue) = 25+63+104=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #193F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F68 is #E6C097. Grayscale: #383838. Windows color (decimal): -15122584 or 6831897. OLE color: 6831897.

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

Color convert

RGB 25 63 104 -
CMYK 0.76 0.39 0 0.59
HSL 211.14º 0.61% 0.25% -
HSV(B) 211.14º 0.76% 0.41% -
XYZ 4.68 4.76 13.77 -
YUV 56.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 25 63 104 0.76 0.39 0 0.59 211.14 0.61 0.25
Hex 19 3F 68 4C 27 0 3B D3 3D 19
Octal 31 77 150 114 47 0 73 323 75 31
Binary 11001 111111 1101000 1001100 100111 0 111011 11010011 111101 11001

Color Harmonies of #193F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F68

Black with #193F68

Text Example


Text Example

White with #193F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,104); }

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

background-color css

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

 a { background-color: rgb(25,63,104); }

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

border-color css

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

 span { border-color: rgb(25,63,104); }

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