#083640

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

Shades of Nordic #083640

Tints of Nordic #083640

Color information

#083640 (or 0x083640) is unknown color: approx Nordic. HEX triplet: 08, 36 and 40. RGB value is (8,54,64). Sum of RGB (Red+Green+Blue) = 8+54+64=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #083640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083640 is #F7C9BF. Grayscale: #292929. Windows color (decimal): -16239040 or 4208136. OLE color: 4208136.

HSL color Cylindrical-coordinate representation of color #083640: hue angle of 190.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083640 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85464-
CMYK0.870.1600.75
HSL190.71º77.78%14.12%-
HSV(B)190.71º87.5%25.1%-
XYZ2.343.065.32-
YUV41.39140.76104.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 54 (21.48% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=6.35%
G=42.86%
B=50.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal854640.870.1600.75190.7177.7814.12
Hex83640571004Bbf4ee
Octal106610012720011327711616
Binary10001101101000000101011110000010010111011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083640; }

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

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

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

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

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

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

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

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