#083843

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

Shades of Nordic #083843

Tints of Nordic #083843

Color information

#083843 (or 0x083843) is unknown color: approx Nordic. HEX triplet: 08, 38 and 43. RGB value is (8,56,67). Sum of RGB (Red+Green+Blue) = 8+56+67=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #083843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083843 is #F7C7BC. Grayscale: #2A2A2A. Windows color (decimal): -16238525 or 4405256. OLE color: 4405256.

HSL color Cylindrical-coordinate representation of color #083843: hue angle of 191.19º 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 #083843 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB85667-
CMYK0.880.1600.74
HSL191.19º78.67%14.71%-
HSV(B)191.19º88.06%26.27%-
XYZ2.533.295.81-
YUV42.9141.6103.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=6.11%
G=42.75%
B=51.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal856670.880.1600.74191.1978.6714.71
Hex83843581004Abf4ff
Octal107010313020011227711717
Binary10001110001000011101100010000010010101011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083843; }

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

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

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

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

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

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

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

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