Html Css Color HEX #083441 Nordic

📋 copy color: '#083441'

red 8 ◦ green 52 ◦ blue 65

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

Shades of Nordic #083441

Tints of Nordic #083441

RGB

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

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

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

R = 6.4%
G = 41.6%
B = 52%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083441 (or 0x083441) is known color: Nordic. HEX triplet: 08, 34 and 41. RGB value is (8,52,65). Sum of RGB (Red+Green+Blue) = 8+52+65=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #083441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083441 is #F7CBBE. Grayscale: #282828. Windows color (decimal): -16239551 or 4273160. OLE color: 4273160.

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

Color convert

RGB 8 52 65 -
CMYK 0.88 0.20 0 0.75
HSL 193.68º 0.78% 0.14% -
HSV(B) 193.68º 0.88% 0.25% -
XYZ 2.28 2.89 5.44 -
YUV 40.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 8 52 65 0.88 0.20 0 0.75 193.68 0.78 0.14
Hex 8 34 41 58 14 0 4B C2 4E E
Octal 10 64 101 130 24 0 113 302 116 16
Binary 1000 110100 1000001 1011000 10100 0 1001011 11000010 1001110 1110

Color Harmonies of #083441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083441

Black with #083441

Text Example


Text Example

White with #083441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083441; }

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

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

background-color css

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

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

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

border-color css

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

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

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