#093643

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

Shades of Nordic #093643

Tints of Nordic #093643

Color information

#093643 (or 0x093643) is unknown color: approx Nordic. HEX triplet: 09, 36 and 43. RGB value is (9,54,67). Sum of RGB (Red+Green+Blue) = 9+54+67=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 67 (26.56% from 255 or 51.54% from 130); Max value from RGB is 67 - color contains mainly: blue. Hex color #093643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093643 is #F6C9BC. Grayscale: #292929. Windows color (decimal): -16173501 or 4404745. OLE color: 4404745.

HSL color Cylindrical-coordinate representation of color #093643: hue angle of 193.45º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093643 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB95467-
CMYK0.870.1900.74
HSL193.45º76.32%14.9%-
HSV(B)193.45º86.57%26.27%-
XYZ2.443.15.78-
YUV42.03142.09104.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 67 (26.56% from 255) = 51.54%
R=6.92%
G=41.54%
B=51.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal954670.870.1900.74193.4576.3214.9
Hex93643571304Ac14cf
Octal116610312723011230111417
Binary10011101101000011101011110011010010101100000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093643; }

 p { color: rgb(9,54,67); }

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

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

 a { background-color: rgb(9,54,67); }

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

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

 span { border-color: rgb(9,54,67); }

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