Html Css Color HEX #083237 Nordic

📋 copy color: '#083237'

red 8 ◦ green 50 ◦ blue 55

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

Shades of Nordic #083237

Tints of Nordic #083237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 48.67%

R = 7.08%
G = 44.25%
B = 48.67%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083237 (or 0x083237) is known color: Nordic. HEX triplet: 08, 32 and 37. RGB value is (8,50,55). Sum of RGB (Red+Green+Blue) = 8+50+55=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #083237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083237 is #F7CDC8. Grayscale: #252525. Windows color (decimal): -16240073 or 3617288. OLE color: 3617288.

HSL color Cylindrical-coordinate representation of color #083237: hue angle of 186.38º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083237 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 50 55 -
CMYK 0.85 0.09 0 0.78
HSL 186.38º 0.75% 0.12% -
HSV(B) 186.38º 0.85% 0.22% -
XYZ 1.93 2.61 4.02 -
YUV 38.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 8 50 55 0.85 0.09 0 0.78 186.38 0.75 0.12
Hex 8 32 37 55 9 0 4E BA 4B C
Octal 10 62 67 125 11 0 116 272 113 14
Binary 1000 110010 110111 1010101 1001 0 1001110 10111010 1001011 1100

Color Harmonies of #083237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083237

Black with #083237

Text Example


Text Example

White with #083237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083237; }

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

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

background-color css

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

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

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

border-color css

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

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

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