#093952

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

Shades of Regal Blue #093952

Tints of Regal Blue #093952

Color information

#093952 (or 0x093952) is unknown color: approx Regal Blue. HEX triplet: 09, 39 and 52. RGB value is (9,57,82). Sum of RGB (Red+Green+Blue) = 9+57+82=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #093952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093952 is #F6C6AD. Grayscale: #2D2D2D. Windows color (decimal): -16172718 or 5388553. OLE color: 5388553.

HSL color Cylindrical-coordinate representation of color #093952: hue angle of 200.55º 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 #093952 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB95782-
CMYK0.890.3000.68
HSL200.55º80.22%17.84%-
HSV(B)200.55º89.02%32.16%-
XYZ3.13.598.51-
YUV45.5148.6101.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=6.08%
G=38.51%
B=55.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal957820.890.3000.68200.5580.2217.84
Hex93952591E044c95012
Octal117112213136010431112022
Binary100111100110100101011001111100100010011001001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093952; }

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

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

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

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

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

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

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

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