#093951

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

Shades of Regal Blue #093951

Tints of Regal Blue #093951

Color information

#093951 (or 0x093951) is unknown color: approx Regal Blue. HEX triplet: 09, 39 and 51. RGB value is (9,57,81). Sum of RGB (Red+Green+Blue) = 9+57+81=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #093951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093951 is #F6C6AE. Grayscale: #2D2D2D. Windows color (decimal): -16172719 or 5323017. OLE color: 5323017.

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

Color convert

RGB95781-
CMYK0.890.3000.68
HSL200º80%17.65%-
HSV(B)200º88.89%31.76%-
XYZ3.063.588.31-
YUV45.38148.1102.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=6.12%
G=38.78%
B=55.10%

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
Decimal957810.890.3000.682008017.65
Hex93951591E044c85012
Octal117112113136010431012022
Binary100111100110100011011001111100100010011001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093951; }

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

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

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

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

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

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

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

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