#09363A

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

Shades of Nordic #09363A

Tints of Nordic #09363A

Color information

#09363A (or 0x09363A) is unknown color: approx Nordic. HEX triplet: 09, 36 and 3A. RGB value is (9,54,58). Sum of RGB (Red+Green+Blue) = 9+54+58=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #09363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09363A is #F6C9C5. Grayscale: #282828. Windows color (decimal): -16173510 or 3814921. OLE color: 3814921.

HSL color Cylindrical-coordinate representation of color #09363A: hue angle of 184.9º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09363A is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB95458-
CMYK0.840.0700.77
HSL184.9º73.13%13.14%-
HSV(B)184.9º84.48%22.75%-
XYZ2.234.47-
YUV41137.59105.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=7.44%
G=44.63%
B=47.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal954580.840.0700.77184.973.1313.14
Hex9363A54704Db949d
Octal1166721247011527111115
Binary10011101101110101010100111010011011011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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