#093540

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

Shades of Nordic #093540

Tints of Nordic #093540

Color information

#093540 (or 0x093540) is unknown color: approx Nordic. HEX triplet: 09, 35 and 40. RGB value is (9,53,64). Sum of RGB (Red+Green+Blue) = 9+53+64=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #093540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093540 is #F6CABF. Grayscale: #292929. Windows color (decimal): -16173760 or 4207881. OLE color: 4207881.

HSL color Cylindrical-coordinate representation of color #093540: hue angle of 192º 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 #093540 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95364-
CMYK0.860.1700.75
HSL192º75.34%14.31%-
HSV(B)192º85.94%25.1%-
XYZ2.312.975.3-
YUV41.1140.92105.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=7.14%
G=42.06%
B=50.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal953640.860.1700.7519275.3414.31
Hex93540561104Bc04be
Octal116510012621011330011316
Binary10011101011000000101011010001010010111100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093540; }

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

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

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

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

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

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

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

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