#093A53

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

Shades of Regal Blue #093A53

Tints of Regal Blue #093A53

Color information

#093A53 (or 0x093A53) is unknown color: approx Regal Blue. HEX triplet: 09, 3A and 53. RGB value is (9,58,83). Sum of RGB (Red+Green+Blue) = 9+58+83=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #093A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A53 is #F6C5AC. Grayscale: #2E2E2E. Windows color (decimal): -16172461 or 5454345. OLE color: 5454345.

HSL color Cylindrical-coordinate representation of color #093A53: hue angle of 200.27º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093A53 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB95883-
CMYK0.890.3000.67
HSL200.27º80.43%18.04%-
HSV(B)200.27º89.16%32.55%-
XYZ3.193.718.73-
YUV46.2148.77101.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=6%
G=38.67%
B=55.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal958830.890.3000.67200.2780.4318.04
Hex93A53591E043c85012
Octal117212313136010331012022
Binary100111101010100111011001111100100001111001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A53; }

 p { color: rgb(9,58,83); }

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

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

 a { background-color: rgb(9,58,83); }

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

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

 span { border-color: rgb(9,58,83); }

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