Html Css Color HEX #193F58 Regal Blue

📋 copy color: '#193F58'

red 25 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #193F58

Tints of Regal Blue #193F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50%

R = 14.2%
G = 35.8%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193F58 (or 0x193F58) is known color: Regal Blue. HEX triplet: 19, 3F and 58. RGB value is (25,63,88). Sum of RGB (Red+Green+Blue) = 25+63+88=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #193F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F58 is #E6C0A7. Grayscale: #363636. Windows color (decimal): -15122600 or 5783321. OLE color: 5783321.

HSL color Cylindrical-coordinate representation of color #193F58: hue angle of 203.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193F58 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 63 88 -
CMYK 0.72 0.28 0 0.65
HSL 203.81º 0.56% 0.22% -
HSV(B) 203.81º 0.72% 0.35% -
XYZ 3.94 4.47 9.89 -
YUV 54.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 25 63 88 0.72 0.28 0 0.65 203.81 0.56 0.22
Hex 19 3F 58 48 1C 0 41 CC 38 16
Octal 31 77 130 110 34 0 101 314 70 26
Binary 11001 111111 1011000 1001000 11100 0 1000001 11001100 111000 10110

Color Harmonies of #193F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F58

Black with #193F58

Text Example


Text Example

White with #193F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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