#093135

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

Shades of Nordic #093135

Tints of Nordic #093135

Color information

#093135 (or 0x093135) is unknown color: approx Nordic. HEX triplet: 09, 31 and 35. RGB value is (9,49,53). Sum of RGB (Red+Green+Blue) = 9+49+53=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #093135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093135 is #F6CECA. Grayscale: #252525. Windows color (decimal): -16174795 or 3485961. OLE color: 3485961.

HSL color Cylindrical-coordinate representation of color #093135: hue angle of 185.45º 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 #093135 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB94953-
CMYK0.830.0800.79
HSL185.45º70.97%12.16%-
HSV(B)185.45º83.02%20.78%-
XYZ1.852.513.76-
YUV37.5136.75107.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=8.11%
G=44.14%
B=47.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal949530.830.0800.79185.4570.9712.16
Hex9313553804Fb947c
Octal11616512310011727110714
Binary100111000111010110100111000010011111011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093135; }

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

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

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

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

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

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

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

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