Html Css Color HEX #083642 Nordic

📋 copy color: '#083642'

red 8 ◦ green 54 ◦ blue 66

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

Shades of Nordic #083642

Tints of Nordic #083642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 51.56%

R = 6.25%
G = 42.19%
B = 51.56%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083642 (or 0x083642) is known color: Nordic. HEX triplet: 08, 36 and 42. RGB value is (8,54,66). Sum of RGB (Red+Green+Blue) = 8+54+66=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #083642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083642 is #F7C9BD. Grayscale: #292929. Windows color (decimal): -16239038 or 4339208. OLE color: 4339208.

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

Color convert

RGB 8 54 66 -
CMYK 0.88 0.18 0 0.74
HSL 192.41º 0.78% 0.15% -
HSV(B) 192.41º 0.88% 0.26% -
XYZ 2.4 3.08 5.62 -
YUV 41.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 8 54 66 0.88 0.18 0 0.74 192.41 0.78 0.15
Hex 8 36 42 58 12 0 4A C0 4E F
Octal 10 66 102 130 22 0 112 300 116 17
Binary 1000 110110 1000010 1011000 10010 0 1001010 11000000 1001110 1111

Color Harmonies of #083642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083642

Black with #083642

Text Example


Text Example

White with #083642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083642; }

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

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

background-color css

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

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

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

border-color css

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

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

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