#093236

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

Shades of Nordic #093236

Tints of Nordic #093236

Color information

#093236 (or 0x093236) is unknown color: approx Nordic. HEX triplet: 09, 32 and 36. RGB value is (9,50,54). Sum of RGB (Red+Green+Blue) = 9+50+54=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #093236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093236 is #F6CDC9. Grayscale: #262626. Windows color (decimal): -16174538 or 3551753. OLE color: 3551753.

HSL color Cylindrical-coordinate representation of color #093236: hue angle of 185.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093236 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB95054-
CMYK0.830.0700.79
HSL185.33º71.43%12.35%-
HSV(B)185.33º83.33%21.18%-
XYZ1.922.613.89-
YUV38.2136.92107.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=7.96%
G=44.25%
B=47.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal950540.830.0700.79185.3371.4312.35
Hex9323653704Fb947c
Octal1162661237011727110714
Binary10011100101101101010011111010011111011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093236; }

 p { color: rgb(9,50,54); }

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

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

 a { background-color: rgb(9,50,54); }

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

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

 span { border-color: rgb(9,50,54); }

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