Html Css Color HEX #083741 Nordic

📋 copy color: '#083741'

red 8 ◦ green 55 ◦ blue 65

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

Shades of Nordic #083741

Tints of Nordic #083741

RGB

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

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

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

R = 6.25%
G = 42.97%
B = 50.78%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083741 (or 0x083741) is known color: Nordic. HEX triplet: 08, 37 and 41. RGB value is (8,55,65). Sum of RGB (Red+Green+Blue) = 8+55+65=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #083741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083741 is #F7C8BE. Grayscale: #292929. Windows color (decimal): -16238783 or 4273928. OLE color: 4273928.

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

Color convert

RGB 8 55 65 -
CMYK 0.88 0.15 0 0.75
HSL 190.53º 0.78% 0.14% -
HSV(B) 190.53º 0.88% 0.25% -
XYZ 2.42 3.17 5.48 -
YUV 42.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 8 55 65 0.88 0.15 0 0.75 190.53 0.78 0.14
Hex 8 37 41 58 F 0 4B BF 4E E
Octal 10 67 101 130 17 0 113 277 116 16
Binary 1000 110111 1000001 1011000 1111 0 1001011 10111111 1001110 1110

Color Harmonies of #083741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083741

Black with #083741

Text Example


Text Example

White with #083741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083741; }

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

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

background-color css

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

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

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

border-color css

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

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

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