Html Css Color HEX #083844 Nordic

📋 copy color: '#083844'

red 8 ◦ green 56 ◦ blue 68

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

Shades of Nordic #083844

Tints of Nordic #083844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 42.42%

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

R = 6.06%
G = 42.42%
B = 51.52%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083844 (or 0x083844) is known color: Nordic. HEX triplet: 08, 38 and 44. RGB value is (8,56,68). Sum of RGB (Red+Green+Blue) = 8+56+68=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #083844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083844 is #F7C7BB. Grayscale: #2A2A2A. Windows color (decimal): -16238524 or 4470792. OLE color: 4470792.

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

Color convert

RGB 8 56 68 -
CMYK 0.88 0.18 0 0.73
HSL 192º 0.79% 0.15% -
HSV(B) 192º 0.88% 0.27% -
XYZ 2.56 3.3 5.97 -
YUV 43.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 8 56 68 0.88 0.18 0 0.73 192 0.79 0.15
Hex 8 38 44 58 12 0 49 C0 4F F
Octal 10 70 104 130 22 0 111 300 117 17
Binary 1000 111000 1000100 1011000 10010 0 1001001 11000000 1001111 1111

Color Harmonies of #083844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083844

Black with #083844

Text Example


Text Example

White with #083844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083844; }

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

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

background-color css

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

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

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

border-color css

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

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

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