#193B62

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

Shades of Regal Blue #193B62

Tints of Regal Blue #193B62

Color information

#193B62 (or 0x193B62) is unknown color: approx Regal Blue. HEX triplet: 19, 3B and 62. RGB value is (25,59,98). Sum of RGB (Red+Green+Blue) = 25+59+98=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #193B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B62 is #E6C49D. Grayscale: #353535. Windows color (decimal): -15123614 or 6437657. OLE color: 6437657.

HSL color Cylindrical-coordinate representation of color #193B62: hue angle of 212.05º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193B62 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255998-
CMYK0.740.4000.62
HSL212.05º59.35%24.12%-
HSV(B)212.05º74.49%38.43%-
XYZ4.174.2212.15-
YUV53.28153.24107.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=13.74%
G=32.42%
B=53.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2559980.740.4000.62212.0559.3524.12
Hex193B624A2803Ed43b18
Octal3173142112500763247330
Binary110011110111100010100101010100001111101101010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,59,98); }

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

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

 a { background-color: rgb(25,59,98); }

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

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

 span { border-color: rgb(25,59,98); }

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