#093841

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

Shades of Nordic #093841

Tints of Nordic #093841

Color information

#093841 (or 0x093841) is unknown color: approx Nordic. HEX triplet: 09, 38 and 41. RGB value is (9,56,65). Sum of RGB (Red+Green+Blue) = 9+56+65=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #093841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093841 is #F6C7BE. Grayscale: #2A2A2A. Windows color (decimal): -16172991 or 4274185. OLE color: 4274185.

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

Color convert

RGB95665-
CMYK0.860.1400.75
HSL189.64º75.68%14.51%-
HSV(B)189.64º86.15%25.49%-
XYZ2.483.275.5-
YUV42.97140.43103.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 65 (25.78% from 255) = 50%
R=6.92%
G=43.08%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal956650.860.1400.75189.6475.6814.51
Hex9384156E04Bbe4cf
Octal117010112616011327611417
Binary1001111000100000110101101110010010111011111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093841; }

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

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

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

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

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

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

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

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