#193F6C

Color #193F6C Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #193F6C

Tints of Regal Blue #193F6C

Color information

#193F6C (or 0x193F6C) is unknown color: approx Regal Blue. HEX triplet: 19, 3F and 6C. RGB value is (25,63,108). Sum of RGB (Red+Green+Blue) = 25+63+108=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #193F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F6C is #E6C093. Grayscale: #383838. Windows color (decimal): -15122580 or 7094041. OLE color: 7094041.

HSL color Cylindrical-coordinate representation of color #193F6C: hue angle of 212.53º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193F6C is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2563108-
CMYK0.770.4200.58
HSL212.53º62.41%26.08%-
HSV(B)212.53º76.85%42.35%-
XYZ4.894.8414.86-
YUV56.77156.91105.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=12.76%
G=32.14%
B=55.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25631080.770.4200.58212.5362.4126.08
Hex193F6C4D2A03Ad53e1a
Octal3177154115520723257632
Binary110011111111101100100110110101001110101101010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #193F6C;
 }
 .AnyTagClassName
 {
   color: #193F6C;
 }
</style>
background-color css

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

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

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

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

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

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