Html Css Color HEX #083440 Nordic

📋 copy color: '#083440'

red 8 ◦ green 52 ◦ blue 64

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

Shades of Nordic #083440

Tints of Nordic #083440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 6.45%
G = 41.94%
B = 51.61%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083440 (or 0x083440) is known color: Nordic. HEX triplet: 08, 34 and 40. RGB value is (8,52,64). Sum of RGB (Red+Green+Blue) = 8+52+64=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #083440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083440 is #F7CBBF. Grayscale: #282828. Windows color (decimal): -16239552 or 4207624. OLE color: 4207624.

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

Color convert

RGB 8 52 64 -
CMYK 0.87 0.19 0 0.75
HSL 192.86º 0.78% 0.14% -
HSV(B) 192.86º 0.88% 0.25% -
XYZ 2.25 2.88 5.29 -
YUV 40.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 8 52 64 0.87 0.19 0 0.75 192.86 0.78 0.14
Hex 8 34 40 57 13 0 4B C1 4E E
Octal 10 64 100 127 23 0 113 301 116 16
Binary 1000 110100 1000000 1010111 10011 0 1001011 11000001 1001110 1110

Color Harmonies of #083440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083440

Black with #083440

Text Example


Text Example

White with #083440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083440; }

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

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

background-color css

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

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

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

border-color css

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

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

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