Html Css Color HEX #083543 Nordic

📋 copy color: '#083543'

red 8 ◦ green 53 ◦ blue 67

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

Shades of Nordic #083543

Tints of Nordic #083543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 67 (26.56% from 255) = 52.34%

R = 6.25%
G = 41.41%
B = 52.34%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083543 (or 0x083543) is known color: Nordic. HEX triplet: 08, 35 and 43. RGB value is (8,53,67). Sum of RGB (Red+Green+Blue) = 8+53+67=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #083543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083543 is #F7CABC. Grayscale: #292929. Windows color (decimal): -16239293 or 4404488. OLE color: 4404488.

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

Color convert

RGB 8 53 67 -
CMYK 0.88 0.21 0 0.74
HSL 194.24º 0.79% 0.15% -
HSV(B) 194.24º 0.88% 0.26% -
XYZ 2.39 3 5.76 -
YUV 41.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 8 53 67 0.88 0.21 0 0.74 194.24 0.79 0.15
Hex 8 35 43 58 15 0 4A C2 4F F
Octal 10 65 103 130 25 0 112 302 117 17
Binary 1000 110101 1000011 1011000 10101 0 1001010 11000010 1001111 1111

Color Harmonies of #083543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083543

Black with #083543

Text Example


Text Example

White with #083543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083543; }

 p { color: rgb(8,53,67); }

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

background-color css

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

 a { background-color: rgb(8,53,67); }

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

border-color css

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

 span { border-color: rgb(8,53,67); }

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