#093741

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

Shades of Nordic #093741

Tints of Nordic #093741

Color information

#093741 (or 0x093741) is unknown color: approx Nordic. HEX triplet: 09, 37 and 41. RGB value is (9,55,65). Sum of RGB (Red+Green+Blue) = 9+55+65=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #093741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093741 is #F6C8BE. Grayscale: #2A2A2A. Windows color (decimal): -16173247 or 4273929. OLE color: 4273929.

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

Color convert

RGB95565-
CMYK0.860.1500.75
HSL190.71º75.68%14.51%-
HSV(B)190.71º86.15%25.49%-
XYZ2.433.175.49-
YUV42.39140.76104.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=6.98%
G=42.64%
B=50.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal955650.860.1500.75190.7175.6814.51
Hex9374156F04Bbf4cf
Octal116710112617011327711417
Binary1001110111100000110101101111010010111011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093741; }

 p { color: rgb(9,55,65); }

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

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

 a { background-color: rgb(9,55,65); }

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

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

 span { border-color: rgb(9,55,65); }

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