#093640

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

Shades of Nordic #093640

Tints of Nordic #093640

Color information

#093640 (or 0x093640) is unknown color: approx Nordic. HEX triplet: 09, 36 and 40. RGB value is (9,54,64). Sum of RGB (Red+Green+Blue) = 9+54+64=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #093640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093640 is #F6C9BF. Grayscale: #292929. Windows color (decimal): -16173504 or 4208137. OLE color: 4208137.

HSL color Cylindrical-coordinate representation of color #093640: hue angle of 190.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093640 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95464-
CMYK0.860.1600.75
HSL190.91º75.34%14.31%-
HSV(B)190.91º85.94%25.1%-
XYZ2.363.075.32-
YUV41.68140.59104.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=7.09%
G=42.52%
B=50.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal954640.860.1600.75190.9175.3414.31
Hex93640561004Bbf4be
Octal116610012620011327711316
Binary10011101101000000101011010000010010111011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093640; }

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

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

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

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

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

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

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

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