Html Css Color HEX #083740 Nordic

📋 copy color: '#083740'

red 8 ◦ green 55 ◦ blue 64

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

Shades of Nordic #083740

Tints of Nordic #083740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 6.3%
G = 43.31%
B = 50.39%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083740 (or 0x083740) is known color: Nordic. HEX triplet: 08, 37 and 40. RGB value is (8,55,64). Sum of RGB (Red+Green+Blue) = 8+55+64=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #083740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083740 is #F7C8BF. Grayscale: #292929. Windows color (decimal): -16238784 or 4208392. OLE color: 4208392.

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

Color convert

RGB 8 55 64 -
CMYK 0.87 0.14 0 0.75
HSL 189.64º 0.78% 0.14% -
HSV(B) 189.64º 0.88% 0.25% -
XYZ 2.39 3.15 5.33 -
YUV 41.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 8 55 64 0.87 0.14 0 0.75 189.64 0.78 0.14
Hex 8 37 40 57 E 0 4B BE 4E E
Octal 10 67 100 127 16 0 113 276 116 16
Binary 1000 110111 1000000 1010111 1110 0 1001011 10111110 1001110 1110

Color Harmonies of #083740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083740

Black with #083740

Text Example


Text Example

White with #083740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083740; }

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

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

background-color css

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

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

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

border-color css

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

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

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