Html Css Color HEX #083744 Nordic

📋 copy color: '#083744'

red 8 ◦ green 55 ◦ blue 68

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

Shades of Nordic #083744

Tints of Nordic #083744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 51.91%

R = 6.11%
G = 41.98%
B = 51.91%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083744 (or 0x083744) is known color: Nordic. HEX triplet: 08, 37 and 44. RGB value is (8,55,68). Sum of RGB (Red+Green+Blue) = 8+55+68=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #083744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083744 is #F7C8BB. Grayscale: #2A2A2A. Windows color (decimal): -16238780 or 4470536. OLE color: 4470536.

HSL color Cylindrical-coordinate representation of color #083744: hue angle of 193º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083744 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 55 68 -
CMYK 0.88 0.19 0 0.73
HSL 193º 0.79% 0.15% -
HSV(B) 193º 0.88% 0.27% -
XYZ 2.51 3.2 5.95 -
YUV 42.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 8 55 68 0.88 0.19 0 0.73 193 0.79 0.15
Hex 8 37 44 58 13 0 49 C1 4F F
Octal 10 67 104 130 23 0 111 301 117 17
Binary 1000 110111 1000100 1011000 10011 0 1001001 11000001 1001111 1111

Color Harmonies of #083744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083744

Black with #083744

Text Example


Text Example

White with #083744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083744; }

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

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

background-color css

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

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

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

border-color css

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

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

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