#09363D

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

Shades of Nordic #09363D

Tints of Nordic #09363D

Color information

#09363D (or 0x09363D) is unknown color: approx Nordic. HEX triplet: 09, 36 and 3D. RGB value is (9,54,61). Sum of RGB (Red+Green+Blue) = 9+54+61=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #09363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363D is #F6C9C2. Grayscale: #292929. Windows color (decimal): -16173507 or 4011529. OLE color: 4011529.

HSL color Cylindrical-coordinate representation of color #09363D: hue angle of 188.08º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09363D is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB95461-
CMYK0.850.1100.76
HSL188.08º74.29%13.73%-
HSV(B)188.08º85.25%23.92%-
XYZ2.273.034.88-
YUV41.34139.09104.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=7.26%
G=43.55%
B=49.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal954610.850.1100.76188.0874.2913.73
Hex9363D55B04Cbc4ae
Octal11667512513011427411216
Binary100111011011110110101011011010011001011110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09363D; }

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

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

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

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

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

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

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

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