Html Css Color HEX #083641 Nordic

📋 copy color: '#083641'

red 8 ◦ green 54 ◦ blue 65

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

Shades of Nordic #083641

Tints of Nordic #083641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.18%

R = 6.3%
G = 42.52%
B = 51.18%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083641 (or 0x083641) is known color: Nordic. HEX triplet: 08, 36 and 41. RGB value is (8,54,65). Sum of RGB (Red+Green+Blue) = 8+54+65=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #083641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083641 is #F7C9BE. Grayscale: #292929. Windows color (decimal): -16239039 or 4273672. OLE color: 4273672.

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

Color convert

RGB 8 54 65 -
CMYK 0.88 0.17 0 0.75
HSL 191.58º 0.78% 0.14% -
HSV(B) 191.58º 0.88% 0.25% -
XYZ 2.37 3.07 5.47 -
YUV 41.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 8 54 65 0.88 0.17 0 0.75 191.58 0.78 0.14
Hex 8 36 41 58 11 0 4B C0 4E E
Octal 10 66 101 130 21 0 113 300 116 16
Binary 1000 110110 1000001 1011000 10001 0 1001011 11000000 1001110 1110

Color Harmonies of #083641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083641

Black with #083641

Text Example


Text Example

White with #083641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083641; }

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

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

background-color css

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

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

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

border-color css

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

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

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