#093340

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

Shades of Nordic #093340

Tints of Nordic #093340

Color information

#093340 (or 0x093340) is unknown color: approx Nordic. HEX triplet: 09, 33 and 40. RGB value is (9,51,64). Sum of RGB (Red+Green+Blue) = 9+51+64=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #093340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093340 is #F6CCBF. Grayscale: #272727. Windows color (decimal): -16174272 or 4207369. OLE color: 4207369.

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

Color convert

RGB95164-
CMYK0.860.2000.75
HSL194.18º75.34%14.31%-
HSV(B)194.18º85.94%25.1%-
XYZ2.222.85.27-
YUV39.92141.59105.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=7.26%
G=41.13%
B=51.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal951640.860.2000.75194.1875.3414.31
Hex93340561404Bc24be
Octal116310012624011330211316
Binary10011100111000000101011010100010010111100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093340; }

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

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

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

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

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

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

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

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