#083643

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

Shades of Nordic #083643

Tints of Nordic #083643

Color information

#083643 (or 0x083643) is unknown color: approx Nordic. HEX triplet: 08, 36 and 43. RGB value is (8,54,67). Sum of RGB (Red+Green+Blue) = 8+54+67=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #083643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083643 is #F7C9BC. Grayscale: #292929. Windows color (decimal): -16239037 or 4404744. OLE color: 4404744.

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

Color convert

RGB85467-
CMYK0.880.1900.74
HSL193.22º78.67%14.71%-
HSV(B)193.22º88.06%26.27%-
XYZ2.433.15.78-
YUV41.73142.26103.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 67 (26.56% from 255) = 51.94%
R=6.20%
G=41.86%
B=51.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal854670.880.1900.74193.2278.6714.71
Hex83643581304Ac14ff
Octal106610313023011230111717
Binary10001101101000011101100010011010010101100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083643; }

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

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

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

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

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

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

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

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