Html Css Color HEX #083643 Nordic

📋 copy color: '#083643'

red 8 ◦ green 54 ◦ blue 67

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

Shades of Nordic #083643

Tints of Nordic #083643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 41.86%

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

R = 6.2%
G = 41.86%
B = 51.94%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083643 (or 0x083643) is known color: Nordic. HEX triplet: 08, 36 and 43. RGB value is (8,54,67). Sum of RGB (Red+Green+Blue) = 8+54+67=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #083643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083643 is #F7C9BC. Grayscale: #292929. Windows color (decimal): -16239037 or 4404744. OLE color: 4404744.

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

Color convert

RGB 8 54 67 -
CMYK 0.88 0.19 0 0.74
HSL 193.22º 0.79% 0.15% -
HSV(B) 193.22º 0.88% 0.26% -
XYZ 2.43 3.1 5.78 -
YUV 41.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 8 54 67 0.88 0.19 0 0.74 193.22 0.79 0.15
Hex 8 36 43 58 13 0 4A C1 4F F
Octal 10 66 103 130 23 0 112 301 117 17
Binary 1000 110110 1000011 1011000 10011 0 1001010 11000001 1001111 1111

Color Harmonies of #083643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083643

Black with #083643

Text Example


Text Example

White with #083643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083643; }

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

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

background-color css

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

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

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

border-color css

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

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

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