Html Css Color HEX #083639 Nordic

📋 copy color: '#083639'

red 8 ◦ green 54 ◦ blue 57

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

Shades of Nordic #083639

Tints of Nordic #083639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.38%

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

R = 6.72%
G = 45.38%
B = 47.9%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083639 (or 0x083639) is known color: Nordic. HEX triplet: 08, 36 and 39. RGB value is (8,54,57). Sum of RGB (Red+Green+Blue) = 8+54+57=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #083639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083639 is #F7C9C6. Grayscale: #282828. Windows color (decimal): -16239047 or 3749384. OLE color: 3749384.

HSL color Cylindrical-coordinate representation of color #083639: hue angle of 183.67º 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 #083639 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 54 57 -
CMYK 0.86 0.05 0 0.78
HSL 183.67º 0.75% 0.13% -
HSV(B) 183.67º 0.86% 0.22% -
XYZ 2.16 2.99 4.33 -
YUV 40.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 8 54 57 0.86 0.05 0 0.78 183.67 0.75 0.13
Hex 8 36 39 56 5 0 4E B8 4B D
Octal 10 66 71 126 5 0 116 270 113 15
Binary 1000 110110 111001 1010110 101 0 1001110 10111000 1001011 1101

Color Harmonies of #083639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083639

Black with #083639

Text Example


Text Example

White with #083639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083639; }

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

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

background-color css

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

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

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

border-color css

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

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

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