Html Css Color HEX #083236 Nordic

📋 copy color: '#083236'

red 8 ◦ green 50 ◦ blue 54

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

Shades of Nordic #083236

Tints of Nordic #083236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 44.64%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 7.14%
G = 44.64%
B = 48.21%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#083236 (or 0x083236) is known color: Nordic. HEX triplet: 08, 32 and 36. RGB value is (8,50,54). Sum of RGB (Red+Green+Blue) = 8+50+54=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #083236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083236 is #F7CDC9. Grayscale: #252525. Windows color (decimal): -16240074 or 3551752. OLE color: 3551752.

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

Color convert

RGB 8 50 54 -
CMYK 0.85 0.07 0 0.79
HSL 185.22º 0.74% 0.12% -
HSV(B) 185.22º 0.85% 0.21% -
XYZ 1.91 2.6 3.89 -
YUV 37.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 8 50 54 0.85 0.07 0 0.79 185.22 0.74 0.12
Hex 8 32 36 55 7 0 4F B9 4A C
Octal 10 62 66 125 7 0 117 271 112 14
Binary 1000 110010 110110 1010101 111 0 1001111 10111001 1001010 1100

Color Harmonies of #083236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083236

Black with #083236

Text Example


Text Example

White with #083236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083236; }

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

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

background-color css

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

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

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

border-color css

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

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

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