#193658

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

Shades of Regal Blue #193658

Tints of Regal Blue #193658

Color information

#193658 (or 0x193658) is unknown color: approx Regal Blue. HEX triplet: 19, 36 and 58. RGB value is (25,54,88). Sum of RGB (Red+Green+Blue) = 25+54+88=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #193658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193658 is #E6C9A7. Grayscale: #313131. Windows color (decimal): -15124904 or 5781017. OLE color: 5781017.

HSL color Cylindrical-coordinate representation of color #193658: hue angle of 212.38º 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 #193658 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255488-
CMYK0.720.3900.65
HSL212.38º55.75%22.16%-
HSV(B)212.38º71.59%34.51%-
XYZ3.483.559.73-
YUV49.2149.89110.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=14.97%
G=32.34%
B=52.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2554880.720.3900.65212.3855.7522.16
Hex1936584827041d43816
Octal31661301104701013247026
Binary1100111011010110001001000100111010000011101010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193658; }

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

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

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

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

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

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

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

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