Html Css Color HEX #083139 Nordic

📋 copy color: '#083139'

red 8 ◦ green 49 ◦ blue 57

#083139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #083139

Tints of Nordic #083139

RGB

 RED value IS 8 (3.52% from 255) = 7.02%

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 57 (22.66% from 255) = 50%

R = 7.02%
G = 42.98%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083139 (or 0x083139) is known color: Nordic. HEX triplet: 08, 31 and 39. RGB value is (8,49,57). Sum of RGB (Red+Green+Blue) = 8+49+57=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #083139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083139 is #F7CEC6. Grayscale: #252525. Windows color (decimal): -16240327 or 3748104. OLE color: 3748104.

HSL color Cylindrical-coordinate representation of color #083139: hue angle of 189.8º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083139 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 49 57 -
CMYK 0.86 0.14 0 0.78
HSL 189.8º 0.75% 0.13% -
HSV(B) 189.8º 0.86% 0.22% -
XYZ 1.94 2.54 4.26 -
YUV 37.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 8 49 57 0.86 0.14 0 0.78 189.8 0.75 0.13
Hex 8 31 39 56 E 0 4E BE 4B D
Octal 10 61 71 126 16 0 116 276 113 15
Binary 1000 110001 111001 1010110 1110 0 1001110 10111110 1001011 1101

Color Harmonies of #083139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083139

Black with #083139

Text Example


Text Example

White with #083139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083139; }

 p { color: rgb(8,49,57); }

 H1.HeaderClassName
 {
   color: #083139;
 }
 .AnyTagClassName
 {
   color: #083139;
 }
</style>

background-color css

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

 a { background-color: rgb(8,49,57); }

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

border-color css

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

 span { border-color: rgb(8,49,57); }

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