#093A52

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

Shades of Regal Blue #093A52

Tints of Regal Blue #093A52

Color information

#093A52 (or 0x093A52) is unknown color: approx Regal Blue. HEX triplet: 09, 3A and 52. RGB value is (9,58,82). Sum of RGB (Red+Green+Blue) = 9+58+82=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #093A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093A52 is #F6C5AD. Grayscale: #2D2D2D. Windows color (decimal): -16172462 or 5388809. OLE color: 5388809.

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

Color convert

RGB95882-
CMYK0.890.2900.68
HSL199.73º80.22%17.84%-
HSV(B)199.73º89.02%32.16%-
XYZ3.153.698.53-
YUV46.08148.27101.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=6.04%
G=38.93%
B=55.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal958820.890.2900.68199.7380.2217.84
Hex93A52591D044c85012
Octal117212213135010431012022
Binary100111101010100101011001111010100010011001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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