#083441

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

Shades of Nordic #083441

Tints of Nordic #083441

Color information

#083441 (or 0x083441) is unknown color: approx Nordic. HEX triplet: 08, 34 and 41. RGB value is (8,52,65). Sum of RGB (Red+Green+Blue) = 8+52+65=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #083441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083441 is #F7CBBE. Grayscale: #282828. Windows color (decimal): -16239551 or 4273160. OLE color: 4273160.

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

Color convert

RGB85265-
CMYK0.880.2000.75
HSL193.68º78.08%14.31%-
HSV(B)193.68º87.69%25.49%-
XYZ2.282.895.44-
YUV40.33141.92104.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 65 (25.78% from 255) = 52%
R=6.4%
G=41.6%
B=52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal852650.880.2000.75193.6878.0814.31
Hex83441581404Bc24ee
Octal106410113024011330211616
Binary10001101001000001101100010100010010111100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083441; }

 p { color: rgb(8,52,65); }

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

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

 a { background-color: rgb(8,52,65); }

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

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

 span { border-color: rgb(8,52,65); }

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