#093139

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

Shades of Nordic #093139

Tints of Nordic #093139

Color information

#093139 (or 0x093139) is unknown color: approx Nordic. HEX triplet: 09, 31 and 39. RGB value is (9,49,57). Sum of RGB (Red+Green+Blue) = 9+49+57=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #093139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093139 is #F6CEC6. Grayscale: #252525. Windows color (decimal): -16174791 or 3748105. OLE color: 3748105.

HSL color Cylindrical-coordinate representation of color #093139: hue angle of 190º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093139 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94957-
CMYK0.840.1400.78
HSL190º72.73%12.94%-
HSV(B)190º84.21%22.35%-
XYZ1.952.554.26-
YUV37.95138.75107.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 49 (19.53% from 255) = 42.61%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=7.83%
G=42.61%
B=49.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal949570.840.1400.7819072.7312.94
Hex9313954E04Ebe49d
Octal11617112416011627611115
Binary100111000111100110101001110010011101011111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093139; }

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

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

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

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

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

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

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

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