#093844

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

Shades of Nordic #093844

Tints of Nordic #093844

Color information

#093844 (or 0x093844) is unknown color: approx Nordic. HEX triplet: 09, 38 and 44. RGB value is (9,56,68). Sum of RGB (Red+Green+Blue) = 9+56+68=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #093844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093844 is #F6C7BB. Grayscale: #2B2B2B. Windows color (decimal): -16172988 or 4470793. OLE color: 4470793.

HSL color Cylindrical-coordinate representation of color #093844: hue angle of 192.2º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093844 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB95668-
CMYK0.870.1800.73
HSL192.2º76.62%15.1%-
HSV(B)192.2º86.76%26.67%-
XYZ2.573.35.97-
YUV43.32141.93103.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=6.77%
G=42.11%
B=51.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal956680.870.1800.73192.276.6215.1
Hex938445712049c04df
Octal117010412722011130011517
Binary10011110001000100101011110010010010011100000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093844; }

 p { color: rgb(9,56,68); }

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

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

 a { background-color: rgb(9,56,68); }

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

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

 span { border-color: rgb(9,56,68); }

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